Class: Aws::Types::CreateVehicleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def arn
  @arn
end

#thing_arn ⇒ ::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def thing_arn
  @thing_arn
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def vehicle_name
  @vehicle_name
end