Class: Aws::Types::UpdateVirtualServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVirtualServiceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#spec ⇒ Types::VirtualServiceSpec
Returns the value of attribute spec.
-
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualServiceSpec
Returns the value of attribute spec.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def spec @spec end |
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def virtual_service_name @virtual_service_name end |