Class: Aws::ConfigService::Types::DescribeOrganizationConformancePackStatusesResponse

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

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3152

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

#organization_conformance_pack_statusesArray<Types::OrganizationConformancePackStatus>

A list of OrganizationConformancePackStatus objects.



3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3152

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