Class: Aws::ConfigService::Types::GetConformancePackComplianceSummaryRequest

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

#conformance_pack_namesArray<String>

Names of conformance packs.

Returns:

  • (Array<String>)


4409
4410
4411
4412
4413
4414
4415
# File 'lib/aws-sdk-configservice/types.rb', line 4409

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

#limitInteger

The maximum number of conformance packs returned on each page.

Returns:

  • (Integer)


4409
4410
4411
4412
4413
4414
4415
# File 'lib/aws-sdk-configservice/types.rb', line 4409

class GetConformancePackComplianceSummaryRequest < Struct.new(
  :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)


4409
4410
4411
4412
4413
4414
4415
# File 'lib/aws-sdk-configservice/types.rb', line 4409

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