Class: Aws::EC2::Types::CreatePublicIpv4PoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreatePublicIpv4PoolResult
- Defined in:
- gems/aws-sdk-ec2/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.
10974 10975 10976 10977 10978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10974 class CreatePublicIpv4PoolResult < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |