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.
225 226 227 |
# File 'sig/types.rbs', line 225 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
224 225 226 |
# File 'sig/types.rbs', line 224 def name @name end |
#notes ⇒ ::String
Returns the value of attribute notes.
226 227 228 |
# File 'sig/types.rbs', line 226 def notes @notes end |
#operating_address ⇒ Types::Address
Returns the value of attribute operating_address.
228 229 230 |
# File 'sig/types.rbs', line 228 def @operating_address end |
#rack_physical_properties ⇒ Types::RackPhysicalProperties
Returns the value of attribute rack_physical_properties.
230 231 232 |
# File 'sig/types.rbs', line 230 def rack_physical_properties @rack_physical_properties end |
#shipping_address ⇒ Types::Address
Returns the value of attribute shipping_address.
229 230 231 |
# File 'sig/types.rbs', line 229 def shipping_address @shipping_address end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |