Module: Aws::IoTFleetWise::Client::_GetSignalCatalogResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSignalCatalogResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #last_modification_time ⇒ ::Time
- #name ⇒ ::String
- #node_counts ⇒ Types::NodeCounts
Instance Method Details
#arn ⇒ ::String
587 |
# File 'sig/client.rbs', line 587
def arn: () -> ::String
|
#creation_time ⇒ ::Time
590 |
# File 'sig/client.rbs', line 590
def creation_time: () -> ::Time
|
#description ⇒ ::String
588 |
# File 'sig/client.rbs', line 588
def description: () -> ::String
|
#last_modification_time ⇒ ::Time
591 |
# File 'sig/client.rbs', line 591
def last_modification_time: () -> ::Time
|
#name ⇒ ::String
586 |
# File 'sig/client.rbs', line 586
def name: () -> ::String
|
#node_counts ⇒ Types::NodeCounts
589 |
# File 'sig/client.rbs', line 589
def node_counts: () -> Types::NodeCounts
|