Class: Aws::EC2::Types::MoveByoipCidrToIpamResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#byoip_cidrTypes::ByoipCidr

The BYOIP CIDR.

Returns:



51388
51389
51390
51391
51392
# File 'lib/aws-sdk-ec2/types.rb', line 51388

class MoveByoipCidrToIpamResult < Struct.new(
  :byoip_cidr)
  SENSITIVE = []
  include Aws::Structure
end