Class: Aws::Types::WirelessDeviceImportTask
- Inherits:
-
Object
- Object
- Aws::Types::WirelessDeviceImportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#failed_imported_device_count ⇒ ::Integer
Returns the value of attribute failed_imported_device_count.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#initialized_imported_device_count ⇒ ::Integer
Returns the value of attribute initialized_imported_device_count.
-
#onboarded_imported_device_count ⇒ ::Integer
Returns the value of attribute onboarded_imported_device_count.
-
#pending_imported_device_count ⇒ ::Integer
Returns the value of attribute pending_imported_device_count.
-
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
-
#sidewalk ⇒ Types::SidewalkGetStartImportInfo
Returns the value of attribute sidewalk.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def creation_time @creation_time end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def destination_name @destination_name end |
#failed_imported_device_count ⇒ ::Integer
Returns the value of attribute failed_imported_device_count.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def failed_imported_device_count @failed_imported_device_count end |
#id ⇒ ::String
Returns the value of attribute id.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def id @id end |
#initialized_imported_device_count ⇒ ::Integer
Returns the value of attribute initialized_imported_device_count.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def initialized_imported_device_count @initialized_imported_device_count end |
#onboarded_imported_device_count ⇒ ::Integer
Returns the value of attribute onboarded_imported_device_count.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def onboarded_imported_device_count @onboarded_imported_device_count end |
#pending_imported_device_count ⇒ ::Integer
Returns the value of attribute pending_imported_device_count.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def pending_imported_device_count @pending_imported_device_count end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkGetStartImportInfo
Returns the value of attribute sidewalk.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def sidewalk @sidewalk end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def status_reason @status_reason end |