Class: Aws::Types::SecondaryStatusTransition

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.



10876
10877
10878
# File 'sig/types.rbs', line 10876

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.



10875
10876
10877
# File 'sig/types.rbs', line 10875

def start_time
  @start_time
end

#status"Starting", ...

Returns the value of attribute status.



10874
10875
10876
# File 'sig/types.rbs', line 10874

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.



10877
10878
10879
# File 'sig/types.rbs', line 10877

def status_message
  @status_message
end