Class: Aws::Types::VirtualGateway
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
-
#virtual_gateway_state ⇒ ::String
Returns the value of attribute virtual_gateway_state.
Instance Attribute Details
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def virtual_gateway_id @virtual_gateway_id end |
#virtual_gateway_state ⇒ ::String
Returns the value of attribute virtual_gateway_state.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def virtual_gateway_state @virtual_gateway_state end |