Class: Aws::IoTFleetWise::Types::CreateModelManifestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateModelManifestResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the created vehicle model.
-
#name ⇒ String
The name of the created vehicle model.
Instance Attribute Details
#arn ⇒ String
The ARN of the created vehicle model.
880 881 882 883 884 885 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 880 class CreateModelManifestResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the created vehicle model.
880 881 882 883 884 885 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 880 class CreateModelManifestResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |