Class: Aws::SecurityHub::Types::DescribeStandardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeStandardsResponse
- 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 ⇒ Array<Types::Standard>
A list of available standards.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to request the next page of results.
24460 24461 24462 24463 24464 24465 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24460 class DescribeStandardsResponse < Struct.new( :standards, :next_token) SENSITIVE = [] include Aws::Structure end |
#standards ⇒ Array<Types::Standard>
A list of available standards.
24460 24461 24462 24463 24464 24465 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24460 class DescribeStandardsResponse < Struct.new( :standards, :next_token) SENSITIVE = [] include Aws::Structure end |