Class: Aws::ConfigService::Types::GetOrganizationConformancePackDetailedStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::OrganizationResourceDetailedStatusFilters

An OrganizationResourceDetailedStatusFilters object.



4608
4609
4610
4611
4612
4613
4614
4615
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4608

class GetOrganizationConformancePackDetailedStatusRequest < Struct.new(
  :organization_conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of OrganizationConformancePackDetailedStatuses returned on each page. If you do not specify a number, Config uses the default. The default is 100.

Returns:

  • (Integer)


4608
4609
4610
4611
4612
4613
4614
4615
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4608

class GetOrganizationConformancePackDetailedStatusRequest < Struct.new(
  :organization_conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


4608
4609
4610
4611
4612
4613
4614
4615
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4608

class GetOrganizationConformancePackDetailedStatusRequest < Struct.new(
  :organization_conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#organization_conformance_pack_nameString

The name of organization conformance pack for which you want status details for member accounts.

Returns:

  • (String)


4608
4609
4610
4611
4612
4613
4614
4615
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4608

class GetOrganizationConformancePackDetailedStatusRequest < Struct.new(
  :organization_conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end