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:



7394
7395
7396
7397
7398
# File 'lib/aws-sdk-ec2/types.rb', line 7394

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