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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


10075
10076
10077
10078
10079
# File 'lib/aws-sdk-ec2/types.rb', line 10075

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