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