Struct aws_sdk_inspector::output::CreateExclusionsPreviewOutput [−][src]
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.preview_token: Option<String>Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
Implementations
Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
Creates a new builder-style object to manufacture CreateExclusionsPreviewOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for CreateExclusionsPreviewOutput
impl Sync for CreateExclusionsPreviewOutput
impl Unpin for CreateExclusionsPreviewOutput
impl UnwindSafe for CreateExclusionsPreviewOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
