Class: Aws::Types::ActivateReadSetSourceItem
- Inherits:
-
Object
- Object
- Aws::Types::ActivateReadSetSourceItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_set_id ⇒ ::String
Returns the value of attribute read_set_id.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#read_set_id ⇒ ::String
Returns the value of attribute read_set_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def read_set_id @read_set_id end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
53 54 55 |
# File 'sig/types.rbs', line 53 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
54 55 56 |
# File 'sig/types.rbs', line 54 def end |