Class: Aws::EC2::Types::AdvertiseByoipCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AdvertiseByoipCidrResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/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.
940 941 942 943 944 |
# File 'lib/aws-sdk-ec2/types.rb', line 940 class AdvertiseByoipCidrResult < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |