Class: Aws::GlobalAccelerator::Types::WithdrawByoipCidrRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The address range, in CIDR notation.

For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

Returns:

  • (String)


3746
3747
3748
3749
3750
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3746

class WithdrawByoipCidrRequest < Struct.new(
  :cidr)
  SENSITIVE = []
  include Aws::Structure
end