Class: Aws::Types::UpdateVirtualNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVirtualNodeInput
- 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.
-
#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.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualNodeSpec
Returns the value of attribute spec.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def spec @spec end |
#virtual_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def virtual_node_name @virtual_node_name end |