Class: Aws::Types::GetAdapterVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAdapterVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
-
#adapter_version ⇒ ::String
Returns the value of attribute adapter_version.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def adapter_id @adapter_id end |
#adapter_version ⇒ ::String
Returns the value of attribute adapter_version.
310 311 312 |
# File 'sig/types.rbs', line 310 def adapter_version @adapter_version end |