Class: Aws::Types::GetWirelessDeviceImportTaskResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

  • ("INITIALIZING", "INITIALIZED", "PENDING", "COMPLETE", "FAILED", "DELETING")


893
894
895
# File 'sig/types.rbs', line 893

def status
  @status
end

#status_reason ⇒ ::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def status_reason
  @status_reason
end