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)


10144
10145
10146
# File 'sig/types.rbs', line 10144

def start_time
  @start_time
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

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


10142
10143
10144
# File 'sig/types.rbs', line 10142

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


10143
10144
10145
# File 'sig/types.rbs', line 10143

def status_message
  @status_message
end