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.
808 809 810 |
# File 'sig/types.rbs', line 808 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
810 811 812 |
# File 'sig/types.rbs', line 810 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
809 810 811 |
# File 'sig/types.rbs', line 809 def name @name end |
#notes ⇒ ::String
Returns the value of attribute notes.
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.
816 817 818 |
# File 'sig/types.rbs', line 816 def @operating_address_city end |
#operating_address_country_code ⇒ ::String
Returns the value of attribute operating_address_country_code.
814 815 816 |
# File 'sig/types.rbs', line 814 def @operating_address_country_code end |
#operating_address_state_or_region ⇒ ::String
Returns the value of attribute operating_address_state_or_region.
815 816 817 |
# File 'sig/types.rbs', line 815 def @operating_address_state_or_region end |
#rack_physical_properties ⇒ Types::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.
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.
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.
811 812 813 |
# File 'sig/types.rbs', line 811 def @tags end |