Class: Aws::Types::StartWirelessDeviceImportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartWirelessDeviceImportTaskRequest
- 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.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
-
#sidewalk ⇒ Types::SidewalkStartImportInfo
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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def client_request_token @client_request_token end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def destination_name @destination_name end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkStartImportInfo
Returns the value of attribute sidewalk.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def sidewalk @sidewalk end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def @tags end |