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.
1949 1950 1951 1952 1953 1954 1955 1956 1957 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1949 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.
1949 1950 1951 1952 1953 1954 1955 1956 1957 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1949 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.
1949 1950 1951 1952 1953 1954 1955 1956 1957 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1949 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.
1949 1950 1951 1952 1953 1954 1955 1956 1957 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1949 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.
1949 1950 1951 1952 1953 1954 1955 1956 1957 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1949 class ListExtensionAssociationsRequest < Struct.new( :resource_identifier, :extension_identifier, :extension_version_number, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |