Class: Aws::ConfigService::Types::DescribeOrganizationConformancePacksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeOrganizationConformancePacksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The maximum number of organization config packs returned on each page.
-
#next_token ⇒ String
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
-
#organization_conformance_pack_names ⇒ Array<String>
The name that you assign to an organization conformance pack.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.
3246 3247 3248 3249 3250 3251 3252 |
# File 'lib/aws-sdk-configservice/types.rb', line 3246 class DescribeOrganizationConformancePacksRequest < Struct.new( :organization_conformance_pack_names, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
3246 3247 3248 3249 3250 3251 3252 |
# File 'lib/aws-sdk-configservice/types.rb', line 3246 class DescribeOrganizationConformancePacksRequest < Struct.new( :organization_conformance_pack_names, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_conformance_pack_names ⇒ Array<String>
The name that you assign to an organization conformance pack.
3246 3247 3248 3249 3250 3251 3252 |
# File 'lib/aws-sdk-configservice/types.rb', line 3246 class DescribeOrganizationConformancePacksRequest < Struct.new( :organization_conformance_pack_names, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |