Class: Aws::ConfigService::Types::DescribeConformancePacksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_detailsArray<Types::ConformancePackDetail>

Returns a list of ‘ConformancePackDetail` objects.

Returns:



3030
3031
3032
3033
3034
3035
# File 'lib/aws-sdk-configservice/types.rb', line 3030

class DescribeConformancePacksResponse < Struct.new(
  :conformance_pack_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)


3030
3031
3032
3033
3034
3035
# File 'lib/aws-sdk-configservice/types.rb', line 3030

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