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

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

Overview

Note:

When making an API call, you may pass GetOrganizationConformancePackDetailedStatusRequest data as a hash:

{
  organization_conformance_pack_name: "OrganizationConformancePackName", # required
  filters: {
    account_id: "AccountId",
    status: "CREATE_SUCCESSFUL", # accepts CREATE_SUCCESSFUL, CREATE_IN_PROGRESS, CREATE_FAILED, DELETE_SUCCESSFUL, DELETE_FAILED, DELETE_IN_PROGRESS, UPDATE_SUCCESSFUL, UPDATE_IN_PROGRESS, UPDATE_FAILED
  },
  limit: 1,
  next_token: "String",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::OrganizationResourceDetailedStatusFilters

An ‘OrganizationResourceDetailedStatusFilters` object.



4857
4858
4859
4860
4861
4862
4863
4864
# File 'lib/aws-sdk-configservice/types.rb', line 4857

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, AWS Config uses the default. The default is 100.

Returns:

  • (Integer)


4857
4858
4859
4860
4861
4862
4863
4864
# File 'lib/aws-sdk-configservice/types.rb', line 4857

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)


4857
4858
4859
4860
4861
4862
4863
4864
# File 'lib/aws-sdk-configservice/types.rb', line 4857

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)


4857
4858
4859
4860
4861
4862
4863
4864
# File 'lib/aws-sdk-configservice/types.rb', line 4857

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