Class: Aws::Types::GetAdapterResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAdapterResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
-
#adapter_name ⇒ ::String
Returns the value of attribute adapter_name.
-
#auto_update ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_update.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
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.
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.
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.
300 301 302 |
# File 'sig/types.rbs', line 300 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
304 305 306 |
# File 'sig/types.rbs', line 304 def @tags end |