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)


1114
1115
1116
1117
1118
# File 'lib/aws-sdk-appconfig/types.rb', line 1114

class DeleteExtensionAssociationRequest < Struct.new(
  :extension_association_id)
  SENSITIVE = []
  include Aws::Structure
end