You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::GetExclusionsPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::GetExclusionsPreviewResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#exclusion_previews ⇒ Array<Types::ExclusionPreview>
Information about the exclusions included in the preview.
-
#next_token ⇒ 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.
-
#preview_status ⇒ String
Specifies the status of the request to generate an exclusions preview.
Instance Attribute Details
#exclusion_previews ⇒ Array<Types::ExclusionPreview>
Information about the exclusions included in the preview.
#next_token ⇒ 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.
#preview_status ⇒ String
Specifies the status of the request to generate an exclusions preview.
Possible values:
- WORK_IN_PROGRESS
- COMPLETED