Class: Aws::ConfigService::Types::DescribeConformancePacksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConformancePacksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_details ⇒ Array<Types::ConformancePackDetail>
Returns a list of ‘ConformancePackDetail` objects.
-
#next_token ⇒ String
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
Instance Attribute Details
#conformance_pack_details ⇒ Array<Types::ConformancePackDetail>
Returns a list of ‘ConformancePackDetail` objects.
3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-configservice/types.rb', line 3030 class DescribeConformancePacksResponse < Struct.new( :conformance_pack_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-configservice/types.rb', line 3030 class DescribeConformancePacksResponse < Struct.new( :conformance_pack_details, :next_token) SENSITIVE = [] include Aws::Structure end |