Class: Aws::EC2::Types::DeleteCoipCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteCoipCidrResult
- Includes:
- Structure
- Defined in:
- 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.
14858 14859 14860 14861 14862 |
# File 'lib/aws-sdk-ec2/types.rb', line 14858 class DeleteCoipCidrResult < Struct.new( :coip_cidr) SENSITIVE = [] include Aws::Structure end |