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

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

#coip_address_usagesArray<Types::CoipAddressUsage>

Information about the address usage.

Returns:



34194
34195
34196
34197
34198
34199
34200
34201
# File 'lib/aws-sdk-ec2/types.rb', line 34194

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)


34194
34195
34196
34197
34198
34199
34200
34201
# File 'lib/aws-sdk-ec2/types.rb', line 34194

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)


34194
34195
34196
34197
34198
34199
34200
34201
# File 'lib/aws-sdk-ec2/types.rb', line 34194

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)


34194
34195
34196
34197
34198
34199
34200
34201
# File 'lib/aws-sdk-ec2/types.rb', line 34194

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