Class: Aws::SecurityHub::Types::ListSecurityControlDefinitionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


26646
26647
26648
26649
26650
26651
# File 'lib/aws-sdk-securityhub/types.rb', line 26646

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

#security_control_definitionsArray<Types::SecurityControlDefinition>

An array of controls that apply to the specified standard.



26646
26647
26648
26649
26650
26651
# File 'lib/aws-sdk-securityhub/types.rb', line 26646

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