Class: Aws::GlobalAccelerator::Types::DeprovisionByoipCidrRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DeprovisionByoipCidrRequest
- Includes:
- Structure
- Defined in:
- 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. The prefix must be the same prefix that you specified when you provisioned the address range.
For more information, see [Bring your own IP addresses (BYOIP)] in the Global Accelerator Developer Guide.
[1]: docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html
1649 1650 1651 1652 1653 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1649 class DeprovisionByoipCidrRequest < Struct.new( :cidr) SENSITIVE = [] include Aws::Structure end |