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:



3768
3769
3770
3771
3772
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3768

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