Class: Aws::AppConfig::Types::DeleteExtensionAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeleteExtensionAssociationRequest
- 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 ID of the extension association to delete.
Instance Attribute Details
#extension_association_id ⇒ String
The ID of the extension association to delete.
945 946 947 948 949 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 945 class DeleteExtensionAssociationRequest < Struct.new( :extension_association_id) SENSITIVE = [] include Aws::Structure end |