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])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def location_name
  @location_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def region
  @region
end