Module: Aws::IoTWireless::Client::_GetWirelessGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #lo_ra_wan ⇒ Types::LoRaWANGateway
- #name ⇒ ::String
- #thing_arn ⇒ ::String
- #thing_name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1157 |
# File 'sig/client.rbs', line 1157
def arn: () -> ::String
|
#description ⇒ ::String
1155 |
# File 'sig/client.rbs', line 1155
def description: () -> ::String
|
#id ⇒ ::String
1154 |
# File 'sig/client.rbs', line 1154
def id: () -> ::String
|
#lo_ra_wan ⇒ Types::LoRaWANGateway
1156 |
# File 'sig/client.rbs', line 1156
def lo_ra_wan: () -> Types::LoRaWANGateway
|
#name ⇒ ::String
1153 |
# File 'sig/client.rbs', line 1153
def name: () -> ::String
|
#thing_arn ⇒ ::String
1159 |
# File 'sig/client.rbs', line 1159
def thing_arn: () -> ::String
|
#thing_name ⇒ ::String
1158 |
# File 'sig/client.rbs', line 1158
def thing_name: () -> ::String
|