Class: Aws::Types::AdapterVersionOverview
- Inherits:
-
Object
- Object
- Aws::Types::AdapterVersionOverview
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def adapter_id @adapter_id end |
#adapter_version ⇒ ::String
Returns the value of attribute adapter_version.
43 44 45 |
# File 'sig/types.rbs', line 43 def adapter_version @adapter_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
44 45 46 |
# File 'sig/types.rbs', line 44 def creation_time @creation_time end |
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
45 46 47 |
# File 'sig/types.rbs', line 45 def feature_types @feature_types end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
46 47 48 |
# File 'sig/types.rbs', line 46 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
47 48 49 |
# File 'sig/types.rbs', line 47 def @status_message end |