Class: Aws::Types::CreateSiteInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSiteInput
- 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.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#operating_address ⇒ Types::Address
Returns the value of attribute operating_address.
-
#rack_physical_properties ⇒ Types::RackPhysicalProperties
Returns the value of attribute rack_physical_properties.
-
#shipping_address ⇒ Types::Address
Returns the value of attribute shipping_address.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
213 214 215 |
# File 'sig/types.rbs', line 213 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
212 213 214 |
# File 'sig/types.rbs', line 212 def name @name end |
#notes ⇒ ::String
Returns the value of attribute notes.
214 215 216 |
# File 'sig/types.rbs', line 214 def notes @notes end |
#operating_address ⇒ Types::Address
Returns the value of attribute operating_address.
216 217 218 |
# File 'sig/types.rbs', line 216 def @operating_address end |
#rack_physical_properties ⇒ Types::RackPhysicalProperties
Returns the value of attribute rack_physical_properties.
218 219 220 |
# File 'sig/types.rbs', line 218 def rack_physical_properties @rack_physical_properties end |
#shipping_address ⇒ Types::Address
Returns the value of attribute shipping_address.
217 218 219 |
# File 'sig/types.rbs', line 217 def shipping_address @shipping_address end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def @tags end |