Class: Aws::Types::UpdateAdapterResponse

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)


743
744
745
# File 'sig/types.rbs', line 743

def adapter_id
  @adapter_id
end

#adapter_name::String

Returns the value of attribute adapter_name.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def adapter_name
  @adapter_name
end

#auto_update"ENABLED", "DISABLED"

Returns the value of attribute auto_update.

Returns:

  • ("ENABLED", "DISABLED")


748
749
750
# File 'sig/types.rbs', line 748

def auto_update
  @auto_update
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


745
746
747
# File 'sig/types.rbs', line 745

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def description
  @description
end

#feature_types::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]

Returns the value of attribute feature_types.

Returns:

  • (::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")])


747
748
749
# File 'sig/types.rbs', line 747

def feature_types
  @feature_types
end