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)


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

def ended_at: () -> ::Time

#message::String

Returns:

  • (::String)


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

def message: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"IN_PROGRESS", ...

Returns:

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


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

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