Class: Aws::Types::DescribeVirtualGatewayInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVirtualGatewayInput
- 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.
316 317 318 |
# File 'sig/types.rbs', line 316 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
317 318 319 |
# File 'sig/types.rbs', line 317 def mesh_owner @mesh_owner end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
318 319 320 |
# File 'sig/types.rbs', line 318 def virtual_gateway_name @virtual_gateway_name end |