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:



7335
7336
7337
7338
7339
# File 'lib/aws-sdk-ec2/types.rb', line 7335

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