Class: Aws::Types::LoRaWANUpdateDevice
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANUpdateDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abp_v1_0_x ⇒ Types::UpdateAbpV1_0_x
Returns the value of attribute abp_v1_0_x.
-
#abp_v1_1 ⇒ Types::UpdateAbpV1_1
Returns the value of attribute abp_v1_1.
-
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
-
#f_ports ⇒ Types::UpdateFPorts
Returns the value of attribute f_ports.
-
#service_profile_id ⇒ ::String
Returns the value of attribute service_profile_id.
Instance Attribute Details
#abp_v1_0_x ⇒ Types::UpdateAbpV1_0_x
Returns the value of attribute abp_v1_0_x.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def abp_v1_0_x @abp_v1_0_x end |
#abp_v1_1 ⇒ Types::UpdateAbpV1_1
Returns the value of attribute abp_v1_1.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def abp_v1_1 @abp_v1_1 end |
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def device_profile_id @device_profile_id end |
#f_ports ⇒ Types::UpdateFPorts
Returns the value of attribute f_ports.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def f_ports @f_ports end |
#service_profile_id ⇒ ::String
Returns the value of attribute service_profile_id.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def service_profile_id @service_profile_id end |