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)


879
880
881
# File 'sig/types.rbs', line 879

def ended_at
  @ended_at
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def message
  @message
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


878
879
880
# File 'sig/types.rbs', line 878

def started_at
  @started_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


877
878
879
# File 'sig/types.rbs', line 877

def status
  @status
end