Class: Aws::Types::GetDeviceProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sidewalk ⇒ Types::SidewalkGetDeviceProfile
Returns the value of attribute sidewalk.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
649 650 651 |
# File 'sig/types.rbs', line 649 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
651 652 653 |
# File 'sig/types.rbs', line 651 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
Returns the value of attribute lo_ra_wan.
652 653 654 |
# File 'sig/types.rbs', line 652 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
650 651 652 |
# File 'sig/types.rbs', line 650 def name @name end |
#sidewalk ⇒ Types::SidewalkGetDeviceProfile
Returns the value of attribute sidewalk.
653 654 655 |
# File 'sig/types.rbs', line 653 def sidewalk @sidewalk end |