Class: Aws::EC2::Types::MoveByoipCidrToIpamResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MoveByoipCidrToIpamResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoip_cidr ⇒ Types::ByoipCidr
The BYOIP CIDR.
Instance Attribute Details
#byoip_cidr ⇒ Types::ByoipCidr
The BYOIP CIDR.
52145 52146 52147 52148 52149 |
# File 'lib/aws-sdk-ec2/types.rb', line 52145 class MoveByoipCidrToIpamResult < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |