Class: Aws::Types::SidewalkGetStartImportInfo
- Inherits:
-
Object
- Object
- Aws::Types::SidewalkGetStartImportInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_creation_file_list ⇒ ::Array[::String]
Returns the value of attribute device_creation_file_list.
-
#positioning ⇒ Types::SidewalkPositioning
Returns the value of attribute positioning.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#device_creation_file_list ⇒ ::Array[::String]
Returns the value of attribute device_creation_file_list.
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.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def role @role end |