Class: Aws::EC2::Types::GetCoipPoolUsageResult

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

#coip_address_usagesArray<Types::CoipAddressUsage>

Information about the address usage.

Returns:



46376
46377
46378
46379
46380
46381
46382
46383
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46376

class GetCoipPoolUsageResult < Struct.new(
  :coip_pool_id,
  :coip_address_usages,
  :local_gateway_route_table_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#coip_pool_idString

The ID of the customer-owned address pool.

Returns:

  • (String)


46376
46377
46378
46379
46380
46381
46382
46383
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46376

class GetCoipPoolUsageResult < Struct.new(
  :coip_pool_id,
  :coip_address_usages,
  :local_gateway_route_table_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_idString

The ID of the local gateway route table.

Returns:

  • (String)


46376
46377
46378
46379
46380
46381
46382
46383
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46376

class GetCoipPoolUsageResult < Struct.new(
  :coip_pool_id,
  :coip_address_usages,
  :local_gateway_route_table_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


46376
46377
46378
46379
46380
46381
46382
46383
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46376

class GetCoipPoolUsageResult < Struct.new(
  :coip_pool_id,
  :coip_address_usages,
  :local_gateway_route_table_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end