Class: Aws::EC2::Types::ProvisionPublicIpv4PoolCidrResult

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_address_rangeTypes::PublicIpv4PoolRange

Information about the address range of the public IPv4 pool.



69429
69430
69431
69432
69433
69434
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69429

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

#pool_idString

The ID of the pool that you want to provision the CIDR to.

Returns:

  • (String)


69429
69430
69431
69432
69433
69434
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69429

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