Class: Aws::Types::UpdateOutpostInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOutpostInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#supported_hardware_type ⇒ "RACK", "SERVER"
Returns the value of attribute supported_hardware_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
918 919 920 |
# File 'sig/types.rbs', line 918 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
917 918 919 |
# File 'sig/types.rbs', line 917 def name @name end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
916 917 918 |
# File 'sig/types.rbs', line 916 def outpost_id @outpost_id end |
#supported_hardware_type ⇒ "RACK", "SERVER"
Returns the value of attribute supported_hardware_type.
919 920 921 |
# File 'sig/types.rbs', line 919 def supported_hardware_type @supported_hardware_type end |