Class: Aws::Types::UpdateAdapterRequest

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)


735
736
737
# File 'sig/types.rbs', line 735

def adapter_id
  @adapter_id
end

#adapter_name::String

Returns the value of attribute adapter_name.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def adapter_name
  @adapter_name
end

#auto_update"ENABLED", "DISABLED"

Returns the value of attribute auto_update.

Returns:

  • ("ENABLED", "DISABLED")


738
739
740
# File 'sig/types.rbs', line 738

def auto_update
  @auto_update
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def description
  @description
end