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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/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)


862
863
864
865
866
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 862

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