Class: Aws::Types::CoipPool

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def pool_arn
  @pool_arn
end

#pool_cidrs::Array[::String]

Returns the value of attribute pool_cidrs.

Returns:

  • (::Array[::String])


1940
1941
1942
# File 'sig/types.rbs', line 1940

def pool_cidrs
  @pool_cidrs
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def pool_id
  @pool_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1942
1943
1944
# File 'sig/types.rbs', line 1942

def tags
  @tags
end