Class: Aws::Types::GetAdapterResponse

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)


298
299
300
# File 'sig/types.rbs', line 298

def adapter_id
  @adapter_id
end

#adapter_name::String

Returns the value of attribute adapter_name.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def adapter_name
  @adapter_name
end

#auto_update"ENABLED", "DISABLED"

Returns the value of attribute auto_update.

Returns:

  • ("ENABLED", "DISABLED")


303
304
305
# File 'sig/types.rbs', line 303

def auto_update
  @auto_update
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


300
301
302
# File 'sig/types.rbs', line 300

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

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")])


302
303
304
# File 'sig/types.rbs', line 302

def feature_types
  @feature_types
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


304
305
306
# File 'sig/types.rbs', line 304

def tags
  @tags
end