Class: Aws::Types::CreateAdapterVersionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_id::String

Returns the value of attribute adapter_id.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def adapter_id
  @adapter_id
end

#adapter_version::String

Returns the value of attribute adapter_version.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def adapter_version
  @adapter_version
end