Class: Aws::EC2::Types::CreatePublicIpv4PoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreatePublicIpv4PoolResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pool_id ⇒ String
The ID of the public IPv4 pool.
Instance Attribute Details
#pool_id ⇒ String
The ID of the public IPv4 pool.
9990 9991 9992 9993 9994 |
# File 'lib/aws-sdk-ec2/types.rb', line 9990 class CreatePublicIpv4PoolResult < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |