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

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

Overview

Note:

When making an API call, you may pass DescribeConformancePackStatusRequest data as a hash:

{
  conformance_pack_names: ["ConformancePackName"],
  limit: 1,
  next_token: "NextToken",
}

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


3089
3090
3091
3092
3093
3094
3095
# File 'lib/aws-sdk-configservice/types.rb', line 3089

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)


3089
3090
3091
3092
3093
3094
3095
# File 'lib/aws-sdk-configservice/types.rb', line 3089

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)


3089
3090
3091
3092
3093
3094
3095
# File 'lib/aws-sdk-configservice/types.rb', line 3089

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