Class: Aws::Types::CreateMeshInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMeshInput
- 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.
-
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
106 107 108 |
# File 'sig/types.rbs', line 106 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
107 108 109 |
# File 'sig/types.rbs', line 107 def mesh_name @mesh_name end |
#spec ⇒ Types::MeshSpec
Returns the value of attribute spec.
108 109 110 |
# File 'sig/types.rbs', line 108 def spec @spec end |
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
109 110 111 |
# File 'sig/types.rbs', line 109 def @tags end |