Class: Aws::Types::WirelessDeviceImportTask

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)


2344
2345
2346
# File 'sig/types.rbs', line 2344

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

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

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

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


2349
2350
2351
# File 'sig/types.rbs', line 2349

def status
  @status
end

#status_reason ⇒ ::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def status_reason
  @status_reason
end