Module: Aws::IoTWireless::Client::_GetDeviceProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeviceProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
- #name ⇒ ::String
- #sidewalk ⇒ Types::SidewalkGetDeviceProfile
Instance Method Details
#arn ⇒ ::String
705 |
# File 'sig/client.rbs', line 705
def arn: () -> ::String
|
#id ⇒ ::String
707 |
# File 'sig/client.rbs', line 707
def id: () -> ::String
|
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
708 |
# File 'sig/client.rbs', line 708
def lo_ra_wan: () -> Types::LoRaWANDeviceProfile
|
#name ⇒ ::String
706 |
# File 'sig/client.rbs', line 706
def name: () -> ::String
|
#sidewalk ⇒ Types::SidewalkGetDeviceProfile
709 |
# File 'sig/client.rbs', line 709
def sidewalk: () -> Types::SidewalkGetDeviceProfile
|