Class: Aws::GlobalAccelerator::Types::AdvertiseByoipCidrResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AdvertiseByoipCidrResponse
- 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.
329 330 331 332 333 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 329 class AdvertiseByoipCidrResponse < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |