Module: Aws::IoTFleetWise::Client::_GetModelManifestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetModelManifestResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #last_modification_time ⇒ ::Time
- #name ⇒ ::String
- #signal_catalog_arn ⇒ ::String
- #status ⇒ "ACTIVE", ...
Instance Method Details
#arn ⇒ ::String
557 |
# File 'sig/client.rbs', line 557
def arn: () -> ::String
|
#creation_time ⇒ ::Time
561 |
# File 'sig/client.rbs', line 561
def creation_time: () -> ::Time
|
#description ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def description: () -> ::String
|
#last_modification_time ⇒ ::Time
562 |
# File 'sig/client.rbs', line 562
def last_modification_time: () -> ::Time
|
#name ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def name: () -> ::String
|
#signal_catalog_arn ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def signal_catalog_arn: () -> ::String
|
#status ⇒ "ACTIVE", ...
560 |
# File 'sig/client.rbs', line 560
def status: () -> ("ACTIVE" | "DRAFT" | "INVALID" | "VALIDATING")
|