Class: Aws::SecurityHub::Types::GetEnabledStandardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetEnabledStandardsResponse
- Defined in:
- gems/aws-sdk-securityhub/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
StandardsSubscriptionsobjects 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.
25578 25579 25580 25581 25582 25583 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25578 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.
25578 25579 25580 25581 25582 25583 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25578 class GetEnabledStandardsResponse < Struct.new( :standards_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |