Class: Aws::Types::VirtualGatewaySpec
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewaySpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backend_defaults ⇒ Types::VirtualGatewayBackendDefaults
Returns the value of attribute backend_defaults.
-
#listeners ⇒ ::Array[Types::VirtualGatewayListener]
Returns the value of attribute listeners.
-
#logging ⇒ Types::VirtualGatewayLogging
Returns the value of attribute logging.
Instance Attribute Details
#backend_defaults ⇒ Types::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.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def listeners @listeners end |
#logging ⇒ Types::VirtualGatewayLogging
Returns the value of attribute logging.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def logging @logging end |