Class: Aws::SecurityHub::Types::ListStandardsControlAssociationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination parameter that's included in the response only if it was included in the request.

Returns:

  • (String)


26566
26567
26568
26569
26570
26571
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26566

class ListStandardsControlAssociationsResponse < Struct.new(
  :standards_control_association_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#standards_control_association_summariesArray<Types::StandardsControlAssociationSummary>

An array that provides the enablement status and other details for each security control that applies to each enabled standard.



26566
26567
26568
26569
26570
26571
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26566

class ListStandardsControlAssociationsResponse < Struct.new(
  :standards_control_association_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end