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.
879 880 881 |
# File 'sig/types.rbs', line 879 def ended_at @ended_at end |
#message ⇒ ::String
Returns the value of attribute message.
876 877 878 |
# File 'sig/types.rbs', line 876 def @message end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
878 879 880 |
# File 'sig/types.rbs', line 878 def started_at @started_at end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
877 878 879 |
# File 'sig/types.rbs', line 877 def status @status end |