Class: Aws::Types::CreateVirtualNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVirtualNodeInput
- 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::VirtualNodeSpec
Returns the value of attribute spec.
-
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
-
#virtual_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
150 151 152 |
# File 'sig/types.rbs', line 150 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
152 153 154 |
# File 'sig/types.rbs', line 152 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualNodeSpec
Returns the value of attribute spec.
153 154 155 |
# File 'sig/types.rbs', line 153 def spec @spec end |
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
154 155 156 |
# File 'sig/types.rbs', line 154 def @tags end |
#virtual_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
155 156 157 |
# File 'sig/types.rbs', line 155 def virtual_node_name @virtual_node_name end |