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.



2987
2988
2989
2990
2991
2992
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2987

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)


2987
2988
2989
2990
2991
2992
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2987

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