Class: Aws::Types::UpdateMeshInput

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)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def mesh_name
  @mesh_name
end

#specTypes::MeshSpec

Returns the value of attribute spec.

Returns:



1205
1206
1207
# File 'sig/types.rbs', line 1205

def spec
  @spec
end