Class: Aws::EC2::Types::CreatePublicIpv4PoolResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pool_idString

The ID of the public IPv4 pool.

Returns:

  • (String)


13722
13723
13724
13725
13726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13722

class CreatePublicIpv4PoolResult < Struct.new(
  :pool_id)
  SENSITIVE = []
  include Aws::Structure
end