Class: Aws::Types::VehicleSummary

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)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def arn
  @arn
end

#attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


1513
1514
1515
# File 'sig/types.rbs', line 1513

def attributes
  @attributes
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def creation_time
  @creation_time
end

#decoder_manifest_arn ⇒ ::String

Returns the value of attribute decoder_manifest_arn.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def decoder_manifest_arn
  @decoder_manifest_arn
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def last_modification_time
  @last_modification_time
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def model_manifest_arn
  @model_manifest_arn
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def vehicle_name
  @vehicle_name
end