Module: Aws::IoTSiteWise::Client::_DescribeGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #gateway_arn ⇒ ::String
- #gateway_capability_summaries ⇒ ::Array[Types::GatewayCapabilitySummary]
- #gateway_id ⇒ ::String
- #gateway_name ⇒ ::String
- #gateway_platform ⇒ Types::GatewayPlatform
- #gateway_version ⇒ ::String
- #last_update_date ⇒ ::Time
Instance Method Details
#creation_date ⇒ ::Time
915 |
# File 'sig/client.rbs', line 915
def creation_date: () -> ::Time
|
#gateway_arn ⇒ ::String
911 |
# File 'sig/client.rbs', line 911
def gateway_arn: () -> ::String
|
#gateway_capability_summaries ⇒ ::Array[Types::GatewayCapabilitySummary]
914 |
# File 'sig/client.rbs', line 914
def gateway_capability_summaries: () -> ::Array[Types::GatewayCapabilitySummary]
|
#gateway_id ⇒ ::String
909 |
# File 'sig/client.rbs', line 909
def gateway_id: () -> ::String
|
#gateway_name ⇒ ::String
910 |
# File 'sig/client.rbs', line 910
def gateway_name: () -> ::String
|
#gateway_platform ⇒ Types::GatewayPlatform
912 |
# File 'sig/client.rbs', line 912
def gateway_platform: () -> Types::GatewayPlatform
|
#gateway_version ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def gateway_version: () -> ::String
|
#last_update_date ⇒ ::Time
916 |
# File 'sig/client.rbs', line 916
def last_update_date: () -> ::Time
|