Class: Aws::Types::CreateVirtualNodeInput

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def mesh_owner
  @mesh_owner
end

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

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def tags
  @tags
end

#virtual_node_name::String

Returns the value of attribute virtual_node_name.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def virtual_node_name
  @virtual_node_name
end