Class: Aws::Types::CoipCidr

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def cidr
  @cidr
end

#coip_pool_id::String

Returns the value of attribute coip_pool_id.

Returns:

  • (::String)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def coip_pool_id
  @coip_pool_id
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def local_gateway_route_table_id
  @local_gateway_route_table_id
end