Class: Aws::Types::SidewalkGetStartImportInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_creation_file_list ⇒ ::Array[::String]

Returns the value of attribute device_creation_file_list.

Returns:

  • (::Array[::String])


1849
1850
1851
# File 'sig/types.rbs', line 1849

def device_creation_file_list
  @device_creation_file_list
end

#positioning ⇒ Types::SidewalkPositioning

Returns the value of attribute positioning.



1851
1852
1853
# File 'sig/types.rbs', line 1851

def positioning
  @positioning
end

#role ⇒ ::String

Returns the value of attribute role.

Returns:

  • (::String)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def role
  @role
end