Class: Aws::Types::StartSingleWirelessDeviceImportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSingleWirelessDeviceImportTaskRequest
- 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.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
-
#sidewalk ⇒ Types::SidewalkSingleStartImportInfo
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.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def client_request_token @client_request_token end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def destination_name @destination_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def device_name @device_name end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkSingleStartImportInfo
Returns the value of attribute sidewalk.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def sidewalk @sidewalk end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def @tags end |