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)


808
809
810
# File 'sig/types.rbs', line 808

def 
  @account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def name
  @name
end

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def notes
  @notes
end

#operating_address_city::String

Returns the value of attribute operating_address_city.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def operating_address_city
  @operating_address_city
end

#operating_address_country_code::String

Returns the value of attribute operating_address_country_code.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

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)


815
816
817
# File 'sig/types.rbs', line 815

def operating_address_state_or_region
  @operating_address_state_or_region
end

#rack_physical_propertiesTypes::RackPhysicalProperties

Returns the value of attribute rack_physical_properties.



817
818
819
# File 'sig/types.rbs', line 817

def rack_physical_properties
  @rack_physical_properties
end

#site_arn::String

Returns the value of attribute site_arn.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def site_arn
  @site_arn
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def site_id
  @site_id
end

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

Returns the value of attribute tags.

Returns:

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


811
812
813
# File 'sig/types.rbs', line 811

def tags
  @tags
end