Module: Aws::IoTFleetWise::Client::_GetDecoderManifestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDecoderManifestResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #model_manifest_arn ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "ACTIVE", ...
Instance Method Details
#arn ⇒ ::String
502 |
# File 'sig/client.rbs', line 502
def arn: () -> ::String
|
#creation_time ⇒ ::Time
506 |
# File 'sig/client.rbs', line 506
def creation_time: () -> ::Time
|
#description ⇒ ::String
503 |
# File 'sig/client.rbs', line 503
def description: () -> ::String
|
#last_modification_time ⇒ ::Time
507 |
# File 'sig/client.rbs', line 507
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
508 |
# File 'sig/client.rbs', line 508
def message: () -> ::String
|
#model_manifest_arn ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def model_manifest_arn: () -> ::String
|
#name ⇒ ::String
501 |
# File 'sig/client.rbs', line 501
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
505 |
# File 'sig/client.rbs', line 505
def status: () -> ("ACTIVE" | "DRAFT" | "INVALID" | "VALIDATING")
|