Class: Aws::EC2::Types::CreateCoipCidrResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coip_cidrTypes::CoipCidr

Information about a range of customer-owned IP addresses.

Returns:



7384
7385
7386
7387
7388
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7384

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