Class: Aws::AppConfig::Types::ListExtensionAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ListExtensionAssociationsRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
-
#extension_version_number ⇒ Integer
The version number for the extension defined in the association.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
A token to start the list.
-
#resource_identifier ⇒ String
The ARN of an application, configuration profile, or environment.
Instance Attribute Details
#extension_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
2154 2155 2156 2157 2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2154 class ListExtensionAssociationsRequest < Struct.new( :resource_identifier, :extension_identifier, :extension_version_number, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#extension_version_number ⇒ Integer
The version number for the extension defined in the association.
2154 2155 2156 2157 2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2154 class ListExtensionAssociationsRequest < Struct.new( :resource_identifier, :extension_identifier, :extension_version_number, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
2154 2155 2156 2157 2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2154 class ListExtensionAssociationsRequest < Struct.new( :resource_identifier, :extension_identifier, :extension_version_number, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.
2154 2155 2156 2157 2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2154 class ListExtensionAssociationsRequest < Struct.new( :resource_identifier, :extension_identifier, :extension_version_number, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The ARN of an application, configuration profile, or environment.
2154 2155 2156 2157 2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2154 class ListExtensionAssociationsRequest < Struct.new( :resource_identifier, :extension_identifier, :extension_version_number, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |