Class: Aws::Types::UpdateBandwidthRateLimitInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average_download_rate_limit_in_bits_per_sec::Integer

Returns the value of attribute average_download_rate_limit_in_bits_per_sec.

Returns:

  • (::Integer)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def average_download_rate_limit_in_bits_per_sec
  @average_download_rate_limit_in_bits_per_sec
end

#average_upload_rate_limit_in_bits_per_sec::Integer

Returns the value of attribute average_upload_rate_limit_in_bits_per_sec.

Returns:

  • (::Integer)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def average_upload_rate_limit_in_bits_per_sec
  @average_upload_rate_limit_in_bits_per_sec
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def gateway_arn
  @gateway_arn
end