Class: Aws::Types::UpdateInfoEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#initiated_by::String

Returns the value of attribute initiated_by.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def initiated_by
  @initiated_by
end

#last_updated_date_time::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def last_updated_date_time
  @last_updated_date_time
end

#new_valueTypes::UpdateValue

Returns the value of attribute new_value.

Returns:



1537
1538
1539
# File 'sig/types.rbs', line 1537

def new_value
  @new_value
end

#previous_valueTypes::UpdateValue

Returns the value of attribute previous_value.

Returns:



1538
1539
1540
# File 'sig/types.rbs', line 1538

def previous_value
  @previous_value
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def region
  @region
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def start_time
  @start_time
end

#status"Updated", ...

Returns the value of attribute status.

Returns:

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


1534
1535
1536
# File 'sig/types.rbs', line 1534

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def status_reason
  @status_reason
end