Class: Aws::IoTFleetWise::Types::GetDecoderManifestResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the decoder manifest.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the decoder manifest.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The detailed message for the decoder manifest. When a decoder manifest is in an ‘INVALID` status, the message contains detailed reason and help information.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#model_manifest_arnString

The ARN of a vehicle model (model manifest) associated with the decoder manifest.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the decoder manifest.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of the decoder manifest. If the status is ‘ACTIVE`, the decoder manifest can’t be edited. If the status is marked ‘DRAFT`, you can edit the decoder manifest.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1635

class GetDecoderManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :model_manifest_arn,
  :status,
  :creation_time,
  :last_modification_time,
  :message)
  SENSITIVE = []
  include Aws::Structure
end