Class: Aws::Types::StartInsightsRefreshResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartInsightsRefreshResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def @message end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def status @status end |