Class: Aws::ConfigService::Types::DescribeConformancePackStatusResponse

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_status_detailsArray<Types::ConformancePackStatusDetail>

A list of ConformancePackStatusDetail objects.



3337
3338
3339
3340
3341
3342
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3337

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


3337
3338
3339
3340
3341
3342
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3337

class DescribeConformancePackStatusResponse < Struct.new(
  :conformance_pack_status_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end