Class: Aws::Types::CreateDeviceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeviceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sidewalk ⇒ Types::SidewalkCreateDeviceProfile
Returns the value of attribute sidewalk.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
212 213 214 |
# File 'sig/types.rbs', line 212 def client_request_token @client_request_token end |
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
Returns the value of attribute lo_ra_wan.
210 211 212 |
# File 'sig/types.rbs', line 210 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
209 210 211 |
# File 'sig/types.rbs', line 209 def name @name end |
#sidewalk ⇒ Types::SidewalkCreateDeviceProfile
Returns the value of attribute sidewalk.
213 214 215 |
# File 'sig/types.rbs', line 213 def sidewalk @sidewalk end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
211 212 213 |
# File 'sig/types.rbs', line 211 def @tags end |