Class: Aws::ConfigService::Types::DescribeOrganizationConformancePackStatusesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)


3553
3554
3555
3556
3557
3558
3559
# File 'lib/aws-sdk-configservice/types.rb', line 3553

class DescribeOrganizationConformancePackStatusesRequest < Struct.new(
  :organization_conformance_pack_names,
  :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)


3553
3554
3555
3556
3557
3558
3559
# File 'lib/aws-sdk-configservice/types.rb', line 3553

class DescribeOrganizationConformancePackStatusesRequest < Struct.new(
  :organization_conformance_pack_names,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#organization_conformance_pack_namesArray<String>

The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.

Returns:

  • (Array<String>)


3553
3554
3555
3556
3557
3558
3559
# File 'lib/aws-sdk-configservice/types.rb', line 3553

class DescribeOrganizationConformancePackStatusesRequest < Struct.new(
  :organization_conformance_pack_names,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end