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

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

#coip_cidrTypes::CoipCidr

Information about a range of customer-owned IP addresses.

Returns:



8274
8275
8276
8277
8278
# File 'lib/aws-sdk-ec2/types.rb', line 8274

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