Class: Aws::Types::DescribeInsightsRefreshResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInsightsRefreshResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
973 974 975 |
# File 'sig/types.rbs', line 973 def ended_at @ended_at end |
#message ⇒ ::String
Returns the value of attribute message.
970 971 972 |
# File 'sig/types.rbs', line 970 def @message end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
972 973 974 |
# File 'sig/types.rbs', line 972 def started_at @started_at end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
971 972 973 |
# File 'sig/types.rbs', line 971 def status @status end |