Class: Aws::AppConfig::Types::ExtensionAssociations
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ExtensionAssociations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ExtensionAssociationSummary>
The list of extension associations.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#items ⇒ Array<Types::ExtensionAssociationSummary>
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1558 class ExtensionAssociations < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1558 class ExtensionAssociations < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |