Class: Aws::Types::SidewalkStartImportInfo

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 ⇒ ::String

Returns the value of attribute device_creation_file.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def device_creation_file
  @device_creation_file
end

#positioning ⇒ Types::SidewalkPositioning

Returns the value of attribute positioning.



1897
1898
1899
# File 'sig/types.rbs', line 1897

def positioning
  @positioning
end

#role ⇒ ::String

Returns the value of attribute role.

Returns:

  • (::String)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def role
  @role
end