Class: Aws::Types::GetVehicleResponse

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)


660
661
662
# File 'sig/types.rbs', line 660

def arn
  @arn
end

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

Returns the value of attribute attributes.

Returns:

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


663
664
665
# File 'sig/types.rbs', line 663

def attributes
  @attributes
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


665
666
667
# File 'sig/types.rbs', line 665

def creation_time
  @creation_time
end

#decoder_manifest_arn ⇒ ::String

Returns the value of attribute decoder_manifest_arn.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def decoder_manifest_arn
  @decoder_manifest_arn
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


666
667
668
# File 'sig/types.rbs', line 666

def last_modification_time
  @last_modification_time
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def model_manifest_arn
  @model_manifest_arn
end

#state_templates ⇒ ::Array[Types::StateTemplateAssociation]

Returns the value of attribute state_templates.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def state_templates
  @state_templates
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def vehicle_name
  @vehicle_name
end