Class: Aws::Inspector::Types::GetExclusionsPreviewResponse

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

#exclusion_previewsArray<Types::ExclusionPreview>

Information about the exclusions included in the preview.

Returns:



1556
1557
1558
1559
1560
1561
1562
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1556

class GetExclusionsPreviewResponse < Struct.new(
  :preview_status,
  :exclusion_previews,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1556

class GetExclusionsPreviewResponse < Struct.new(
  :preview_status,
  :exclusion_previews,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#preview_statusString

Specifies the status of the request to generate an exclusions preview.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1556

class GetExclusionsPreviewResponse < Struct.new(
  :preview_status,
  :exclusion_previews,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end