Class: Aws::Types::DeleteVirtualGatewayInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVirtualGatewayInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
232 233 234 |
# File 'sig/types.rbs', line 232 def mesh_owner @mesh_owner end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
233 234 235 |
# File 'sig/types.rbs', line 233 def virtual_gateway_name @virtual_gateway_name end |