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
676 |
# File 'sig/client.rbs', line 676
def ended_at: () -> ::Time
|
#message ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def message: () -> ::String
|
#started_at ⇒ ::Time
675 |
# File 'sig/client.rbs', line 675
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
674 |
# File 'sig/client.rbs', line 674
def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED")
|