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)


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

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


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

def notes
  @notes
end

#operating_address ⇒ Types::Address

Returns the value of attribute operating_address.

Returns:



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

def operating_address
  @operating_address
end

#rack_physical_properties ⇒ Types::RackPhysicalProperties

Returns the value of attribute rack_physical_properties.



231
232
233
# File 'sig/types.rbs', line 231

def rack_physical_properties
  @rack_physical_properties
end

#shipping_address ⇒ Types::Address

Returns the value of attribute shipping_address.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def shipping_address
  @shipping_address
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end