Class: Aws::ConfigService::Types::DescribeConformancePackStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConformancePackStatusResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_status_details ⇒ Array<Types::ConformancePackStatusDetail>
A list of
ConformancePackStatusDetail
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_status_details ⇒ Array<Types::ConformancePackStatusDetail>
A list of ConformancePackStatusDetail
objects.
2987 2988 2989 2990 2991 2992 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2987 class DescribeConformancePackStatusResponse < Struct.new( :conformance_pack_status_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.
2987 2988 2989 2990 2991 2992 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2987 class DescribeConformancePackStatusResponse < Struct.new( :conformance_pack_status_details, :next_token) SENSITIVE = [] include Aws::Structure end |