Class: Aws::Types::UpdateAdapterResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAdapterResponse
- 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.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
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.
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.
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.
745 746 747 |
# File 'sig/types.rbs', line 745 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
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.
747 748 749 |
# File 'sig/types.rbs', line 747 def feature_types @feature_types end |