Class: Aws::Types::StartSingleWirelessDeviceImportTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def device_name
  @device_name
end

#positioning ⇒ "Enabled", "Disabled"

Returns the value of attribute positioning.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:



1958
1959
1960
# File 'sig/types.rbs', line 1958

def tags
  @tags
end