Class: Aws::Types::VirtualGatewaySpec

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backend_defaultsTypes::VirtualGatewayBackendDefaults

Returns the value of attribute backend_defaults.



1479
1480
1481
# File 'sig/types.rbs', line 1479

def backend_defaults
  @backend_defaults
end

#listeners::Array[Types::VirtualGatewayListener]

Returns the value of attribute listeners.

Returns:



1480
1481
1482
# File 'sig/types.rbs', line 1480

def listeners
  @listeners
end

#loggingTypes::VirtualGatewayLogging

Returns the value of attribute logging.



1481
1482
1483
# File 'sig/types.rbs', line 1481

def logging
  @logging
end