Class: Aws::GlobalAccelerator::Types::DeprovisionByoipCidrResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DeprovisionByoipCidrResponse
- 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 address range.
Instance Attribute Details
#byoip_cidr ⇒ Types::ByoipCidr
Information about the address range.
1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1661 class DeprovisionByoipCidrResponse < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |