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:



33873
33874
33875
33876
33877
33878
33879
33880
# File 'lib/aws-sdk-ec2/types.rb', line 33873

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)


33873
33874
33875
33876
33877
33878
33879
33880
# File 'lib/aws-sdk-ec2/types.rb', line 33873

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)


33873
33874
33875
33876
33877
33878
33879
33880
# File 'lib/aws-sdk-ec2/types.rb', line 33873

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)


33873
33874
33875
33876
33877
33878
33879
33880
# File 'lib/aws-sdk-ec2/types.rb', line 33873

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