Class: Aws::Types::DeleteVirtualServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVirtualServiceInput
- 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_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
267 268 269 |
# File 'sig/types.rbs', line 267 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
268 269 270 |
# File 'sig/types.rbs', line 268 def mesh_owner @mesh_owner end |
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
269 270 271 |
# File 'sig/types.rbs', line 269 def virtual_service_name @virtual_service_name end |