Class: Aws::Inspector::Types::CreateExclusionsPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::CreateExclusionsPreviewResponse
- Defined in:
- gems/aws-sdk-inspector/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.
923 924 925 926 927 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 923 class CreateExclusionsPreviewResponse < Struct.new( :preview_token) SENSITIVE = [] include Aws::Structure end |