Class: Aws::Types::CreateSiteInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:operating_address, :shipping_address])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def name
  @name
end

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def notes
  @notes
end

#operating_addressTypes::Address

Returns the value of attribute operating_address.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def operating_address
  @operating_address
end

#rack_physical_propertiesTypes::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_addressTypes::Address

Returns the value of attribute shipping_address.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


227
228
229
# File 'sig/types.rbs', line 227

def tags
  @tags
end