Struct aws_sdk_inspector::output::GetExclusionsPreviewOutput [−][src]
#[non_exhaustive]pub struct GetExclusionsPreviewOutput {
pub preview_status: Option<PreviewStatus>,
pub exclusion_previews: Option<Vec<ExclusionPreview>>,
pub next_token: Option<String>,
}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_status: Option<PreviewStatus>Specifies the status of the request to generate an exclusions preview.
exclusion_previews: Option<Vec<ExclusionPreview>>Information about the exclusions included in the preview.
next_token: Option<String>When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Implementations
Specifies the status of the request to generate an exclusions preview.
Information about the exclusions included in the preview.
When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Creates a new builder-style object to manufacture GetExclusionsPreviewOutput
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 RefUnwindSafe for GetExclusionsPreviewOutput
impl Send for GetExclusionsPreviewOutput
impl Sync for GetExclusionsPreviewOutput
impl Unpin for GetExclusionsPreviewOutput
impl UnwindSafe for GetExclusionsPreviewOutput
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