Class: Aws::Types::CreateOutpostInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateOutpostInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#supported_hardware_type ⇒ "RACK", "SERVER"
Returns the value of attribute supported_hardware_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
165 166 167 |
# File 'sig/types.rbs', line 165 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
166 167 168 |
# File 'sig/types.rbs', line 166 def availability_zone_id @availability_zone_id end |
#description ⇒ ::String
Returns the value of attribute description.
163 164 165 |
# File 'sig/types.rbs', line 163 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
162 163 164 |
# File 'sig/types.rbs', line 162 def name @name end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def site_id @site_id end |
#supported_hardware_type ⇒ "RACK", "SERVER"
Returns the value of attribute supported_hardware_type.
168 169 170 |
# File 'sig/types.rbs', line 168 def supported_hardware_type @supported_hardware_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
167 168 169 |
# File 'sig/types.rbs', line 167 def @tags end |