Class: Aws::EC2::Types::DeleteCoipCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteCoipCidrResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coip_cidr ⇒ Types::CoipCidr
Information about a range of customer-owned IP addresses.
Instance Attribute Details
#coip_cidr ⇒ Types::CoipCidr
Information about a range of customer-owned IP addresses.
17644 17645 17646 17647 17648 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17644 class DeleteCoipCidrResult < Struct.new( :coip_cidr) SENSITIVE = [] include Aws::Structure end |