Class: Aws::Types::VehicleSummary
- Inherits:
-
Object
- Object
- Aws::Types::VehicleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#decoder_manifest_arn ⇒ ::String
Returns the value of attribute decoder_manifest_arn.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def arn @arn end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def attributes @attributes end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
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.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def vehicle_name @vehicle_name end |