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)


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

def 
  @account_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


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

def notes
  @notes
end

#operating_address_city ⇒ ::String

Returns the value of attribute operating_address_city.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def operating_address_city
  @operating_address_city
end

#operating_address_country_code ⇒ ::String

Returns the value of attribute operating_address_country_code.

Returns:

  • (::String)


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

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)


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

def operating_address_state_or_region
  @operating_address_state_or_region
end

#rack_physical_properties ⇒ Types::RackPhysicalProperties

Returns the value of attribute rack_physical_properties.



850
851
852
# File 'sig/types.rbs', line 850

def rack_physical_properties
  @rack_physical_properties
end

#site_arn ⇒ ::String

Returns the value of attribute site_arn.

Returns:

  • (::String)


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

def site_arn
  @site_arn
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


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

def site_id
  @site_id
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end