Class: Aws::Types::Location

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#available_billing_modes::Array[Types::AvailableBillingMode]

Returns the value of attribute available_billing_modes.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def location_name
  @location_name
end

#region::String

Returns the value of attribute region.

Returns:



859
860
861
# File 'sig/types.rbs', line 859

def region
  @region
end