Class: Aws::AppConfig::Types::DeleteExtensionAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeleteExtensionAssociationRequest
- Includes:
- Structure
- Defined in:
- 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.
947 948 949 950 951 |
# File 'lib/aws-sdk-appconfig/types.rb', line 947 class DeleteExtensionAssociationRequest < Struct.new( :extension_association_id) SENSITIVE = [] include Aws::Structure end |