Class: Aws::GlobalAccelerator::Types::WithdrawByoipCidrResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::WithdrawByoipCidrResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoip_cidr ⇒ Types::ByoipCidr
Information about the BYOIP address pool.
Instance Attribute Details
#byoip_cidr ⇒ Types::ByoipCidr
Information about the BYOIP address pool.
3768 3769 3770 3771 3772 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3768 class WithdrawByoipCidrResponse < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |