Class: Aws::Types::DescribeVirtualServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVirtualServiceInput
- 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.
352 353 354 |
# File 'sig/types.rbs', line 352 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
353 354 355 |
# File 'sig/types.rbs', line 353 def mesh_owner @mesh_owner end |
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def virtual_service_name @virtual_service_name end |