Class: Aws::EC2::Types::CoipCidr

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

Overview

Information about a customer-owned IP address range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

An address range in a customer-owned IP address space.

Returns:

  • (String)


5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5889

class CoipCidr < Struct.new(
  :cidr,
  :coip_pool_id,
  :local_gateway_route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#coip_pool_idString

The ID of the address pool.

Returns:

  • (String)


5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5889

class CoipCidr < Struct.new(
  :cidr,
  :coip_pool_id,
  :local_gateway_route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_idString

The ID of the local gateway route table.

Returns:

  • (String)


5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5889

class CoipCidr < Struct.new(
  :cidr,
  :coip_pool_id,
  :local_gateway_route_table_id)
  SENSITIVE = []
  include Aws::Structure
end