Class: Aws::ConfigService::Types::DescribeConformancePackStatusRequest

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.

Returns:

  • (Array<String>)


2968
2969
2970
2971
2972
2973
2974
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2968

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

#limitInteger

The maximum number of conformance packs status returned on each page.

Returns:

  • (Integer)


2968
2969
2970
2971
2972
2973
2974
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2968

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


2968
2969
2970
2971
2972
2973
2974
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2968

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