Class: Aws::GlobalAccelerator::Types::WithdrawByoipCidrResponse

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

#byoip_cidrTypes::ByoipCidr

Information about the BYOIP address pool.

Returns:



3758
3759
3760
3761
3762
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3758

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