Class: Aws::EC2::Types::CreateCoipPoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCoipPoolResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coip_pool ⇒ Types::CoipPool
Information about the CoIP address pool.
Instance Attribute Details
#coip_pool ⇒ Types::CoipPool
Information about the CoIP address pool.
8311 8312 8313 8314 8315 |
# File 'lib/aws-sdk-ec2/types.rb', line 8311 class CreateCoipPoolResult < Struct.new( :coip_pool) SENSITIVE = [] include Aws::Structure end |