You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetOrganizationConformancePackDetailedStatusRequest as input to an Aws::Client method, you can use a vanilla 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",
}

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::OrganizationResourceDetailedStatusFilters

An OrganizationResourceDetailedStatusFilters object.

Returns:

#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)

    The maximum number of OrganizationConformancePackDetailedStatuses returned on each page.

#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)

    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_nameString

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

Returns:

  • (String)

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