Class: Aws::Types::GreengrassV2
- Inherits:
-
Object
- Object
- Aws::Types::GreengrassV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_device_operating_system ⇒ "LINUX_AARCH64", ...
Returns the value of attribute core_device_operating_system.
-
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
Instance Attribute Details
#core_device_operating_system ⇒ "LINUX_AARCH64", ...
Returns the value of attribute core_device_operating_system.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def @core_device_operating_system end |
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def core_device_thing_name @core_device_thing_name end |