Class: Aws::EC2::Types::DeleteCoipCidrResult

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:



13525
13526
13527
13528
13529
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13525

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