Class: Aws::Types::UpdateVirtualNodeInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def mesh_owner
  @mesh_owner
end

#specTypes::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.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def virtual_node_name
  @virtual_node_name
end