Class: Aws::Types::CreateGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_cidr_blocks::Array[::String]

Returns the value of attribute egress_cidr_blocks.

Returns:

  • (::Array[::String])


389
390
391
# File 'sig/types.rbs', line 389

def egress_cidr_blocks
  @egress_cidr_blocks
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def name
  @name
end

#networks::Array[Types::GatewayNetwork]

Returns the value of attribute networks.

Returns:



391
392
393
# File 'sig/types.rbs', line 391

def networks
  @networks
end