Class: Aws::EC2::Types::WithdrawByoipCidrResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#byoip_cidrTypes::ByoipCidr

Information about the address pool.

Returns:



37723
37724
37725
37726
# File 'lib/aws-sdk-ec2/types.rb', line 37723

class WithdrawByoipCidrResult < Struct.new(
  :byoip_cidr)
  include Aws::Structure
end