Module: Aws::IoTFleetWise::Client::_GetDecoderManifestResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetDecoderManifestResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


502
# File 'sig/client.rbs', line 502

def arn: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


506
# File 'sig/client.rbs', line 506

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


503
# File 'sig/client.rbs', line 503

def description: () -> ::String

#last_modification_time::Time

Returns:

  • (::Time)


507
# File 'sig/client.rbs', line 507

def last_modification_time: () -> ::Time

#message::String

Returns:

  • (::String)


508
# File 'sig/client.rbs', line 508

def message: () -> ::String

#model_manifest_arn::String

Returns:

  • (::String)


504
# File 'sig/client.rbs', line 504

def model_manifest_arn: () -> ::String

#name::String

Returns:

  • (::String)


501
# File 'sig/client.rbs', line 501

def name: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "DRAFT", "INVALID", "VALIDATING")


505
# File 'sig/client.rbs', line 505

def status: () -> ("ACTIVE" | "DRAFT" | "INVALID" | "VALIDATING")