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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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)


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

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)


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

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