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.
760 761 762 |
# File 'sig/types.rbs', line 760 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.
758 759 760 |
# File 'sig/types.rbs', line 758 def available_port_speeds @available_port_speeds end |
#available_providers ⇒ ::Array[::String]
Returns the value of attribute available_providers.
759 760 761 |
# File 'sig/types.rbs', line 759 def available_providers @available_providers end |
#location_code ⇒ ::String
Returns the value of attribute location_code.
755 756 757 |
# File 'sig/types.rbs', line 755 def location_code @location_code end |
#location_name ⇒ ::String
Returns the value of attribute location_name.
756 757 758 |
# File 'sig/types.rbs', line 756 def location_name @location_name end |
#region ⇒ ::String
Returns the value of attribute region.
757 758 759 |
# File 'sig/types.rbs', line 757 def region @region end |