Class: Aws::ConfigService::Types::GetOrganizationConformancePackDetailedStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetOrganizationConformancePackDetailedStatusRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::OrganizationResourceDetailedStatusFilters
An
OrganizationResourceDetailedStatusFilters
object. -
#limit ⇒ Integer
The maximum number of
OrganizationConformancePackDetailedStatuses
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_name ⇒ String
The name of organization conformance pack for which you want status details for member accounts.
Instance Attribute Details
#filters ⇒ Types::OrganizationResourceDetailedStatusFilters
An OrganizationResourceDetailedStatusFilters
object.
4420 4421 4422 4423 4424 4425 4426 4427 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4420 class GetOrganizationConformancePackDetailedStatusRequest < Struct.new( :organization_conformance_pack_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of OrganizationConformancePackDetailedStatuses
returned on each page. If you do not specify a number, Config uses
the default. The default is 100.
4420 4421 4422 4423 4424 4425 4426 4427 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4420 class GetOrganizationConformancePackDetailedStatusRequest < Struct.new( :organization_conformance_pack_name, :filters, :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.
4420 4421 4422 4423 4424 4425 4426 4427 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4420 class GetOrganizationConformancePackDetailedStatusRequest < Struct.new( :organization_conformance_pack_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_conformance_pack_name ⇒ String
The name of organization conformance pack for which you want status details for member accounts.
4420 4421 4422 4423 4424 4425 4426 4427 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4420 class GetOrganizationConformancePackDetailedStatusRequest < Struct.new( :organization_conformance_pack_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |