Class: Aws::AppConfig::Types::GetExtensionAssociationRequest

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 extension association ID to get.

Returns:

  • (String)


1644
1645
1646
1647
1648
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1644

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