Class: Aws::Types::StartWirelessDeviceImportTaskRequest

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)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def client_request_token
  @client_request_token
end

#destination_name ⇒ ::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def destination_name
  @destination_name
end

#positioning ⇒ "Enabled", "Disabled"

Returns the value of attribute positioning.

Returns:

  • ("Enabled", "Disabled")


1974
1975
1976
# File 'sig/types.rbs', line 1974

def positioning
  @positioning
end

#sidewalk ⇒ Types::SidewalkStartImportInfo

Returns the value of attribute sidewalk.



1975
1976
1977
# File 'sig/types.rbs', line 1975

def sidewalk
  @sidewalk
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1973
1974
1975
# File 'sig/types.rbs', line 1973

def tags
  @tags
end