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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#byoip_cidrTypes::ByoipCidr

Information about the address pool.

Returns:



92281
92282
92283
92284
92285
# File 'lib/aws-sdk-ec2/types.rb', line 92281

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