Class: Aws::Inspector::Types::CreateExclusionsPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::CreateExclusionsPreviewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#preview_token ⇒ String
Specifies the unique identifier of the requested exclusions preview.
Instance Attribute Details
#preview_token ⇒ 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.
819 820 821 822 823 |
# File 'lib/aws-sdk-inspector/types.rb', line 819 class CreateExclusionsPreviewResponse < Struct.new( :preview_token) SENSITIVE = [] include Aws::Structure end |