Class: Aws::Types::CreateAdapterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAdapterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_name ⇒ ::String
Returns the value of attribute adapter_name.
-
#auto_update ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_update.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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_name ⇒ ::String
Returns the value of attribute adapter_name.
137 138 139 |
# File 'sig/types.rbs', line 137 def adapter_name @adapter_name end |
#auto_update ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_update.
141 142 143 |
# File 'sig/types.rbs', line 141 def auto_update @auto_update end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
138 139 140 |
# File 'sig/types.rbs', line 138 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
139 140 141 |
# File 'sig/types.rbs', line 139 def description @description end |
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
140 141 142 |
# File 'sig/types.rbs', line 140 def feature_types @feature_types end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
142 143 144 |
# File 'sig/types.rbs', line 142 def @tags end |