Class: Aws::Types::HybridUpdateInfoEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def assessment_id
  @assessment_id
end

#initiated_by::String

Returns the value of attribute initiated_by.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def initiated_by
  @initiated_by
end

#last_updated_date_time::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


985
986
987
# File 'sig/types.rbs', line 985

def last_updated_date_time
  @last_updated_date_time
end

#new_valueTypes::HybridUpdateValue

Returns the value of attribute new_value.



982
983
984
# File 'sig/types.rbs', line 982

def new_value
  @new_value
end

#previous_valueTypes::HybridUpdateValue

Returns the value of attribute previous_value.



983
984
985
# File 'sig/types.rbs', line 983

def previous_value
  @previous_value
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


984
985
986
# File 'sig/types.rbs', line 984

def start_time
  @start_time
end

#status"Updated", ...

Returns the value of attribute status.

Returns:

  • ("Updated", "Updating", "UpdateFailed")


979
980
981
# File 'sig/types.rbs', line 979

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def status_reason
  @status_reason
end