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