Class: Aws::Types::Location
- Inherits:
-
Object
- Object
- Aws::Types::Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_mac_sec_port_speeds ⇒ ::Array[::String]
Returns the value of attribute available_mac_sec_port_speeds.
-
#available_port_speeds ⇒ ::Array[::String]
Returns the value of attribute available_port_speeds.
-
#available_providers ⇒ ::Array[::String]
Returns the value of attribute available_providers.
-
#location_code ⇒ ::String
Returns the value of attribute location_code.
-
#location_name ⇒ ::String
Returns the value of attribute location_name.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#available_mac_sec_port_speeds ⇒ ::Array[::String]
Returns the value of attribute available_mac_sec_port_speeds.
769 770 771 |
# File 'sig/types.rbs', line 769 def available_mac_sec_port_speeds @available_mac_sec_port_speeds end |
#available_port_speeds ⇒ ::Array[::String]
Returns the value of attribute available_port_speeds.
767 768 769 |
# File 'sig/types.rbs', line 767 def available_port_speeds @available_port_speeds end |
#available_providers ⇒ ::Array[::String]
Returns the value of attribute available_providers.
768 769 770 |
# File 'sig/types.rbs', line 768 def available_providers @available_providers end |
#location_code ⇒ ::String
Returns the value of attribute location_code.
764 765 766 |
# File 'sig/types.rbs', line 764 def location_code @location_code end |
#location_name ⇒ ::String
Returns the value of attribute location_name.
765 766 767 |
# File 'sig/types.rbs', line 765 def location_name @location_name end |
#region ⇒ ::String
Returns the value of attribute region.
766 767 768 |
# File 'sig/types.rbs', line 766 def region @region end |