Class: Aws::EC2::Types::MoveByoipCidrToIpamResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MoveByoipCidrToIpamResult
- Defined in:
- gems/aws-sdk-ec2/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.
55885 55886 55887 55888 55889 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55885 class MoveByoipCidrToIpamResult < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |