Class: Aws::Types::CreateVirtualServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVirtualServiceInput
- 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.
-
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
-
#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.
180 181 182 |
# File 'sig/types.rbs', line 180 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
182 183 184 |
# File 'sig/types.rbs', line 182 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualServiceSpec
Returns the value of attribute spec.
183 184 185 |
# File 'sig/types.rbs', line 183 def spec @spec end |
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
184 185 186 |
# File 'sig/types.rbs', line 184 def end |
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
185 186 187 |
# File 'sig/types.rbs', line 185 def virtual_service_name @virtual_service_name end |