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)


10216
10217
10218
# File 'sig/types.rbs', line 10216

def start_time
  @start_time
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

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


10214
10215
10216
# File 'sig/types.rbs', line 10214

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


10215
10216
10217
# File 'sig/types.rbs', line 10215

def status_message
  @status_message
end