Class: Aws::Types::UpdateAdapterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAdapterRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
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.
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.
738 739 740 |
# File 'sig/types.rbs', line 738 def auto_update @auto_update end |
#description ⇒ ::String
Returns the value of attribute description.
736 737 738 |
# File 'sig/types.rbs', line 736 def description @description end |