Class: Aws::EC2::Types::CoipPool

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a customer-owned address pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_route_table_idString

The ID of the local gateway route table.

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
5926
5927
5928
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5920

class CoipPool < Struct.new(
  :pool_id,
  :pool_cidrs,
  :local_gateway_route_table_id,
  :tags,
  :pool_arn)
  SENSITIVE = []
  include Aws::Structure
end

#pool_arnString

The ARN of the address pool.

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
5926
5927
5928
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5920

class CoipPool < Struct.new(
  :pool_id,
  :pool_cidrs,
  :local_gateway_route_table_id,
  :tags,
  :pool_arn)
  SENSITIVE = []
  include Aws::Structure
end

#pool_cidrsArray<String>

The address ranges of the address pool.

Returns:

  • (Array<String>)


5920
5921
5922
5923
5924
5925
5926
5927
5928
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5920

class CoipPool < Struct.new(
  :pool_id,
  :pool_cidrs,
  :local_gateway_route_table_id,
  :tags,
  :pool_arn)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The ID of the address pool.

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
5926
5927
5928
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5920

class CoipPool < Struct.new(
  :pool_id,
  :pool_cidrs,
  :local_gateway_route_table_id,
  :tags,
  :pool_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags.

Returns:



5920
5921
5922
5923
5924
5925
5926
5927
5928
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5920

class CoipPool < Struct.new(
  :pool_id,
  :pool_cidrs,
  :local_gateway_route_table_id,
  :tags,
  :pool_arn)
  SENSITIVE = []
  include Aws::Structure
end