Class: Aws::AppConfig::Types::ExtensionAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ExtensionAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The system-generated Amazon Resource Name (ARN) for the extension.
-
#extension_arn ⇒ String
The ARN of the extension defined in the association.
-
#extension_version_number ⇒ Integer
The version number for the extension defined in the association.
-
#id ⇒ String
The system-generated ID for the association.
-
#parameters ⇒ Hash<String,String>
The parameter names and values defined in the association.
-
#resource_arn ⇒ String
The ARNs of applications, configuration profiles, or environments defined in the association.
Instance Attribute Details
#arn ⇒ String
The system-generated Amazon Resource Name (ARN) for the extension.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1502 class ExtensionAssociation < Struct.new( :id, :extension_arn, :resource_arn, :arn, :parameters, :extension_version_number) SENSITIVE = [] include Aws::Structure end |
#extension_arn ⇒ String
The ARN of the extension defined in the association.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1502 class ExtensionAssociation < Struct.new( :id, :extension_arn, :resource_arn, :arn, :parameters, :extension_version_number) SENSITIVE = [] include Aws::Structure end |
#extension_version_number ⇒ Integer
The version number for the extension defined in the association.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1502 class ExtensionAssociation < Struct.new( :id, :extension_arn, :resource_arn, :arn, :parameters, :extension_version_number) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The system-generated ID for the association.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1502 class ExtensionAssociation < Struct.new( :id, :extension_arn, :resource_arn, :arn, :parameters, :extension_version_number) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameter names and values defined in the association.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1502 class ExtensionAssociation < Struct.new( :id, :extension_arn, :resource_arn, :arn, :parameters, :extension_version_number) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARNs of applications, configuration profiles, or environments defined in the association.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1502 class ExtensionAssociation < Struct.new( :id, :extension_arn, :resource_arn, :arn, :parameters, :extension_version_number) SENSITIVE = [] include Aws::Structure end |