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
1305 |
# File 'sig/client.rbs', line 1305
def creation_date: () -> ::Time
|
#gateway_arn ⇒ ::String
1301 |
# File 'sig/client.rbs', line 1301
def gateway_arn: () -> ::String
|
#gateway_capability_summaries ⇒ ::Array[Types::GatewayCapabilitySummary]
1304 |
# File 'sig/client.rbs', line 1304
def gateway_capability_summaries: () -> ::Array[Types::GatewayCapabilitySummary]
|
#gateway_id ⇒ ::String
1299 |
# File 'sig/client.rbs', line 1299
def gateway_id: () -> ::String
|
#gateway_name ⇒ ::String
1300 |
# File 'sig/client.rbs', line 1300
def gateway_name: () -> ::String
|
#gateway_platform ⇒ Types::GatewayPlatform
1302 |
# File 'sig/client.rbs', line 1302
def gateway_platform: () -> Types::GatewayPlatform
|
#gateway_version ⇒ ::String
1303 |
# File 'sig/client.rbs', line 1303
def gateway_version: () -> ::String
|
#last_update_date ⇒ ::Time
1306 |
# File 'sig/client.rbs', line 1306
def last_update_date: () -> ::Time
|