Class: Aws::Types::DescribeInsightsRefreshResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


973
974
975
# File 'sig/types.rbs', line 973

def ended_at
  @ended_at
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def message
  @message
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


972
973
974
# File 'sig/types.rbs', line 972

def started_at
  @started_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


971
972
973
# File 'sig/types.rbs', line 971

def status
  @status
end