Class: Aws::ConfigService::Types::DescribeConformancePacksRequest

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

#conformance_pack_namesArray<String>

Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.

Returns:

  • (Array<String>)


3011
3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3011

class DescribeConformancePacksRequest < 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)


3011
3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3011

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

#next_tokenString

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

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3011

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