Class: Aws::Types::Location
- Inherits:
-
Object
- Object
- Aws::Types::Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_billing_modes ⇒ ::Array[Types::AvailableBillingMode]
Returns the value of attribute available_billing_modes.
-
#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_billing_modes ⇒ ::Array[Types::AvailableBillingMode]
Returns the value of attribute available_billing_modes.
863 864 865 |
# File 'sig/types.rbs', line 863 def available_billing_modes @available_billing_modes end |
#available_mac_sec_port_speeds ⇒ ::Array[::String]
Returns the value of attribute available_mac_sec_port_speeds.
862 863 864 |
# File 'sig/types.rbs', line 862 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.
860 861 862 |
# File 'sig/types.rbs', line 860 def available_port_speeds @available_port_speeds end |
#available_providers ⇒ ::Array[::String]
Returns the value of attribute available_providers.
861 862 863 |
# File 'sig/types.rbs', line 861 def available_providers @available_providers end |
#location_code ⇒ ::String
Returns the value of attribute location_code.
857 858 859 |
# File 'sig/types.rbs', line 857 def location_code @location_code end |
#location_name ⇒ ::String
Returns the value of attribute location_name.
858 859 860 |
# File 'sig/types.rbs', line 858 def location_name @location_name end |
#region ⇒ ::String
Returns the value of attribute region.
859 860 861 |
# File 'sig/types.rbs', line 859 def region @region end |