Module: Aws::EKS::Client::_DescribeInsightsRefreshResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInsightsRefreshResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#ended_at ⇒ ::Time
721 |
# File 'sig/client.rbs', line 721 def ended_at: () -> ::Time |
#message ⇒ ::String
718 |
# File 'sig/client.rbs', line 718 def message: () -> ::String |
#started_at ⇒ ::Time
720 |
# File 'sig/client.rbs', line 720 def started_at: () -> ::Time |
#status ⇒ "IN_PROGRESS", ...
719 |
# File 'sig/client.rbs', line 719 def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED") |