Class: Aws::AppConfig::Types::ExtensionAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ExtensionAssociationSummary
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Information about an association between an extension and an AppConfig
resource such as an application, environment, or configuration
profile. Call GetExtensionAssociation
to get more information about
an association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_arn ⇒ String
The system-generated Amazon Resource Name (ARN) for the extension.
-
#id ⇒ String
The extension association ID.
-
#resource_arn ⇒ String
The ARNs of applications, configuration profiles, or environments defined in the association.
Instance Attribute Details
#extension_arn ⇒ String
The system-generated Amazon Resource Name (ARN) for the extension.
1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1535 class ExtensionAssociationSummary < Struct.new( :id, :extension_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The extension association ID. This ID is used to call other
ExtensionAssociation
API actions such as GetExtensionAssociation
or DeleteExtensionAssociation
.
1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1535 class ExtensionAssociationSummary < Struct.new( :id, :extension_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARNs of applications, configuration profiles, or environments defined in the association.
1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1535 class ExtensionAssociationSummary < Struct.new( :id, :extension_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |