Class: Aws::Types::SidewalkStartImportInfo
- Inherits:
-
Object
- Object
- Aws::Types::SidewalkStartImportInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_creation_file ⇒ ::String
Returns the value of attribute device_creation_file.
-
#positioning ⇒ Types::SidewalkPositioning
Returns the value of attribute positioning.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#device_creation_file ⇒ ::String
Returns the value of attribute device_creation_file.
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.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def role @role end |