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

Returns:

  • (::Time)


676
# File 'sig/client.rbs', line 676

def ended_at: () -> ::Time

#message::String

Returns:

  • (::String)


673
# File 'sig/client.rbs', line 673

def message: () -> ::String

#started_at::Time

Returns:

  • (::Time)


675
# File 'sig/client.rbs', line 675

def started_at: () -> ::Time

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "FAILED", "COMPLETED")


674
# File 'sig/client.rbs', line 674

def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED")