Module: Aws::IoTFleetWise::Client::_GetFleetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFleetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #last_modification_time ⇒ ::Time
- #signal_catalog_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def arn: () -> ::String
|
#creation_time ⇒ ::Time
536 |
# File 'sig/client.rbs', line 536
def creation_time: () -> ::Time
|
#description ⇒ ::String
534 |
# File 'sig/client.rbs', line 534
def description: () -> ::String
|
#id ⇒ ::String
532 |
# File 'sig/client.rbs', line 532
def id: () -> ::String
|
#last_modification_time ⇒ ::Time
537 |
# File 'sig/client.rbs', line 537
def last_modification_time: () -> ::Time
|
#signal_catalog_arn ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def signal_catalog_arn: () -> ::String
|