Class: Aws::Inspector::Types::CreateExclusionsPreviewResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#preview_tokenString

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.

Returns:

  • (String)


819
820
821
822
823
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 819

class CreateExclusionsPreviewResponse < Struct.new(
  :preview_token)
  SENSITIVE = []
  include Aws::Structure
end