Class: Aws::Types::Bandwidth

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#download_speed ⇒ ::Integer

Returns the value of attribute download_speed.

Returns:

  • (::Integer)


129
130
131
# File 'sig/types.rbs', line 129

def download_speed
  @download_speed
end

#upload_speed ⇒ ::Integer

Returns the value of attribute upload_speed.

Returns:

  • (::Integer)


128
129
130
# File 'sig/types.rbs', line 128

def upload_speed
  @upload_speed
end