Class: Aws::Types::UpdateMeshInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMeshInput
- 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.
-
#spec ⇒ Types::MeshSpec
Returns the value of attribute spec.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def mesh_name @mesh_name end |
#spec ⇒ Types::MeshSpec
Returns the value of attribute spec.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def spec @spec end |