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)


213
214
215
# File 'sig/types.rbs', line 213

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def name
  @name
end

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def notes
  @notes
end

#operating_addressTypes::Address

Returns the value of attribute operating_address.

Returns:



216
217
218
# File 'sig/types.rbs', line 216

def operating_address
  @operating_address
end

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

Returns the value of attribute shipping_address.

Returns:



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.

Returns:

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


215
216
217
# File 'sig/types.rbs', line 215

def tags
  @tags
end