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_mac_sec_port_speeds::Array[::String]

Returns the value of attribute available_mac_sec_port_speeds.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def location_name
  @location_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def region
  @region
end