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)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def cidr
  @cidr
end

#coip_pool_id::String

Returns the value of attribute coip_pool_id.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

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)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def local_gateway_route_table_id
  @local_gateway_route_table_id
end