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.
948 949 950 |
# File 'sig/types.rbs', line 948 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
947 948 949 |
# File 'sig/types.rbs', line 947 def name @name end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def outpost_id @outpost_id end |
#supported_hardware_type ⇒ "RACK", "SERVER"
Returns the value of attribute supported_hardware_type.
949 950 951 |
# File 'sig/types.rbs', line 949 def supported_hardware_type @supported_hardware_type end |