Class: Aws::Types::ProductionVariantStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


10137
10138
10139
# File 'sig/types.rbs', line 10137

def start_time
  @start_time
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Updating", "Deleting", "ActivatingTraffic", "Baking")


10135
10136
10137
# File 'sig/types.rbs', line 10135

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


10136
10137
10138
# File 'sig/types.rbs', line 10136

def status_message
  @status_message
end