Class: Aws::AppConfig::Types::DeleteExtensionAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extension_association_idString

The ID of the extension association to delete.

Returns:

  • (String)


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