Class: Aws::GlobalAccelerator::Types::WithdrawByoipCidrRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::WithdrawByoipCidrRequest
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The address range, in CIDR notation.
Instance Attribute Details
#cidr ⇒ String
The address range, in CIDR notation.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3756 class WithdrawByoipCidrRequest < Struct.new( :cidr) SENSITIVE = [] include Aws::Structure end |