Class: Aws::EC2::Types::WithdrawByoipCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::WithdrawByoipCidrResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoip_cidr ⇒ Types::ByoipCidr
Information about the address pool.
Instance Attribute Details
#byoip_cidr ⇒ Types::ByoipCidr
Information about the address pool.
74944 74945 74946 74947 74948 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74944 class WithdrawByoipCidrResult < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |