Class: Aws::SecurityHub::Types::ListSecurityControlDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListSecurityControlDefinitionsResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination parameter that's included in the response only if it was included in the request.
-
#security_control_definitions ⇒ Array<Types::SecurityControlDefinition>
An array of controls that apply to the specified standard.
Instance Attribute Details
#next_token ⇒ String
A pagination parameter that's included in the response only if it was included in the request.
22367 22368 22369 22370 22371 22372 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22367 class ListSecurityControlDefinitionsResponse < Struct.new( :security_control_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_control_definitions ⇒ Array<Types::SecurityControlDefinition>
An array of controls that apply to the specified standard.
22367 22368 22369 22370 22371 22372 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22367 class ListSecurityControlDefinitionsResponse < Struct.new( :security_control_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |