Class: Aws::Types::VehicleStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_name ⇒ ::String

Returns the value of attribute campaign_name.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def campaign_name
  @campaign_name
end

#status ⇒ "CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "READY", "HEALTHY", "SUSPENDED", "DELETING", "READY_FOR_CHECKIN")


1502
1503
1504
# File 'sig/types.rbs', line 1502

def status
  @status
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def vehicle_name
  @vehicle_name
end