Class: Aws::Types::Bandwidths

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available::Array[::String]

Returns the value of attribute available.

Returns:

  • (::Array[::String])


52
53
54
# File 'sig/types.rbs', line 52

def available
  @available
end

#supported::Array[::String]

Returns the value of attribute supported.

Returns:

  • (::Array[::String])


53
54
55
# File 'sig/types.rbs', line 53

def supported
  @supported
end