Class: Aws::AppConfig::Types::ExtensionAssociations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ExtensionAssociationSummary>

The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.



1428
1429
1430
1431
1432
1433
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1428

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

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1428

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