Class: Aws::AppConfig::Types::UpdateExtensionAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateExtensionAssociationRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_association_id ⇒ String
The system-generated ID for the association.
-
#parameters ⇒ Hash<String,String>
The parameter names and values defined in the extension.
Instance Attribute Details
#extension_association_id ⇒ String
The system-generated ID for the association.
2699 2700 2701 2702 2703 2704 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2699 class UpdateExtensionAssociationRequest < Struct.new( :extension_association_id, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameter names and values defined in the extension.
2699 2700 2701 2702 2703 2704 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2699 class UpdateExtensionAssociationRequest < Struct.new( :extension_association_id, :parameters) SENSITIVE = [] include Aws::Structure end |