Class: Aws::Types::Site
- Inherits:
-
Object
- Object
- Aws::Types::Site
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#operating_address_city ⇒ ::String
Returns the value of attribute operating_address_city.
-
#operating_address_country_code ⇒ ::String
Returns the value of attribute operating_address_country_code.
-
#operating_address_state_or_region ⇒ ::String
Returns the value of attribute operating_address_state_or_region.
-
#rack_physical_properties ⇒ Types::RackPhysicalProperties
Returns the value of attribute rack_physical_properties.
-
#site_arn ⇒ ::String
Returns the value of attribute site_arn.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
838 839 840 |
# File 'sig/types.rbs', line 838 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
840 841 842 |
# File 'sig/types.rbs', line 840 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
839 840 841 |
# File 'sig/types.rbs', line 839 def name @name end |
#notes ⇒ ::String
Returns the value of attribute notes.
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.
846 847 848 |
# File 'sig/types.rbs', line 846 def @operating_address_city end |
#operating_address_country_code ⇒ ::String
Returns the value of attribute operating_address_country_code.
844 845 846 |
# File 'sig/types.rbs', line 844 def @operating_address_country_code end |
#operating_address_state_or_region ⇒ ::String
Returns the value of attribute operating_address_state_or_region.
845 846 847 |
# File 'sig/types.rbs', line 845 def @operating_address_state_or_region end |
#rack_physical_properties ⇒ Types::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.
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.
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.
841 842 843 |
# File 'sig/types.rbs', line 841 def @tags end |