Class: Aws::EC2::Types::CreateCoipCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCoipCidrResult
- 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.
7483 7484 7485 7486 7487 |
# File 'lib/aws-sdk-ec2/types.rb', line 7483 class CreateCoipCidrResult < Struct.new( :coip_cidr) SENSITIVE = [] include Aws::Structure end |