Class: Aws::SecurityHub::Types::ListSecurityControlDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListSecurityControlDefinitionsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
26639 26640 26641 26642 26643 26644 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26639 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.
26639 26640 26641 26642 26643 26644 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26639 class ListSecurityControlDefinitionsResponse < Struct.new( :security_control_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |