Class: Aws::EC2::Types::CoipCidr
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CoipCidr
- 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
-
#cidr ⇒ String
An address range in a customer-owned IP address space.
-
#coip_pool_id ⇒ String
The ID of the address pool.
-
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
Instance Attribute Details
#cidr ⇒ String
An address range in a customer-owned IP address space.
6484 6485 6486 6487 6488 6489 6490 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6484 class CoipCidr < Struct.new( :cidr, :coip_pool_id, :local_gateway_route_table_id) SENSITIVE = [] include Aws::Structure end |
#coip_pool_id ⇒ String
The ID of the address pool.
6484 6485 6486 6487 6488 6489 6490 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6484 class CoipCidr < Struct.new( :cidr, :coip_pool_id, :local_gateway_route_table_id) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
6484 6485 6486 6487 6488 6489 6490 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6484 class CoipCidr < Struct.new( :cidr, :coip_pool_id, :local_gateway_route_table_id) SENSITIVE = [] include Aws::Structure end |