Class: Aws::Inspector::Types::GetExclusionsPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::GetExclusionsPreviewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-inspector/types.rb', line 1556 class GetExclusionsPreviewResponse < Struct.new( :preview_status, :exclusion_previews, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-inspector/types.rb', line 1556 class GetExclusionsPreviewResponse < Struct.new( :preview_status, :exclusion_previews, :next_token) SENSITIVE = [] include Aws::Structure end |
#preview_status ⇒ String
Specifies the status of the request to generate an exclusions preview.
1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-inspector/types.rb', line 1556 class GetExclusionsPreviewResponse < Struct.new( :preview_status, :exclusion_previews, :next_token) SENSITIVE = [] include Aws::Structure end |