Class: Aws::Types::Site

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def 
  @account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def name
  @name
end

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def notes
  @notes
end

#operating_address_city::String

Returns the value of attribute operating_address_city.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def operating_address_city
  @operating_address_city
end

#operating_address_country_code::String

Returns the value of attribute operating_address_country_code.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def operating_address_country_code
  @operating_address_country_code
end

#operating_address_state_or_region::String

Returns the value of attribute operating_address_state_or_region.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def operating_address_state_or_region
  @operating_address_state_or_region
end

#rack_physical_propertiesTypes::RackPhysicalProperties

Returns the value of attribute rack_physical_properties.



847
848
849
# File 'sig/types.rbs', line 847

def rack_physical_properties
  @rack_physical_properties
end

#site_arn::String

Returns the value of attribute site_arn.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def site_arn
  @site_arn
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def site_id
  @site_id
end

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

Returns the value of attribute tags.

Returns:

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


841
842
843
# File 'sig/types.rbs', line 841

def tags
  @tags
end