Class: Aws::SecurityHub::Types::GetEnabledStandardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetEnabledStandardsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
-
#standards_subscriptions ⇒ Array<Types::StandardsSubscription>
The list of ‘StandardsSubscriptions` objects that include information about the enabled standards.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to request the next page of results.
25413 25414 25415 25416 25417 25418 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25413 class GetEnabledStandardsResponse < Struct.new( :standards_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#standards_subscriptions ⇒ Array<Types::StandardsSubscription>
The list of ‘StandardsSubscriptions` objects that include information about the enabled standards.
25413 25414 25415 25416 25417 25418 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25413 class GetEnabledStandardsResponse < Struct.new( :standards_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |