Class: Aws::Types::GatewayNetwork

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def cidr_block
  @cidr_block
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def name
  @name
end