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:



34207
34208
34209
34210
34211
34212
34213
34214
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34207

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)


34207
34208
34209
34210
34211
34212
34213
34214
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34207

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)


34207
34208
34209
34210
34211
34212
34213
34214
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34207

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)


34207
34208
34209
34210
34211
34212
34213
34214
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34207

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