Class: Aws::Types::GetWirelessDeviceImportTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWirelessDeviceImportTaskResponse
- 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.
888 889 890 |
# File 'sig/types.rbs', line 888 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
892 893 894 |
# File 'sig/types.rbs', line 892 def creation_time @creation_time end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
889 890 891 |
# File 'sig/types.rbs', line 889 def destination_name @destination_name end |
#failed_imported_device_count ⇒ ::Integer
Returns the value of attribute failed_imported_device_count.
898 899 900 |
# File 'sig/types.rbs', line 898 def failed_imported_device_count @failed_imported_device_count end |
#id ⇒ ::String
Returns the value of attribute id.
887 888 889 |
# File 'sig/types.rbs', line 887 def id @id end |
#initialized_imported_device_count ⇒ ::Integer
Returns the value of attribute initialized_imported_device_count.
895 896 897 |
# File 'sig/types.rbs', line 895 def initialized_imported_device_count @initialized_imported_device_count end |
#onboarded_imported_device_count ⇒ ::Integer
Returns the value of attribute onboarded_imported_device_count.
897 898 899 |
# File 'sig/types.rbs', line 897 def onboarded_imported_device_count @onboarded_imported_device_count end |
#pending_imported_device_count ⇒ ::Integer
Returns the value of attribute pending_imported_device_count.
896 897 898 |
# File 'sig/types.rbs', line 896 def pending_imported_device_count @pending_imported_device_count end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
890 891 892 |
# File 'sig/types.rbs', line 890 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkGetStartImportInfo
Returns the value of attribute sidewalk.
891 892 893 |
# File 'sig/types.rbs', line 891 def sidewalk @sidewalk end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
893 894 895 |
# File 'sig/types.rbs', line 893 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
894 895 896 |
# File 'sig/types.rbs', line 894 def status_reason @status_reason end |