Class: Aws::Types::Adapter
- Inherits:
-
Object
- Object
- Aws::Types::Adapter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
-
#pages ⇒ ::Array[::String]
Returns the value of attribute pages.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
15 16 17 |
# File 'sig/types.rbs', line 15 def adapter_id @adapter_id end |
#pages ⇒ ::Array[::String]
Returns the value of attribute pages.
16 17 18 |
# File 'sig/types.rbs', line 16 def pages @pages end |
#version ⇒ ::String
Returns the value of attribute version.
17 18 19 |
# File 'sig/types.rbs', line 17 def version @version end |