Class: Aws::Types::CreateMeshInput

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)


106
107
108
# File 'sig/types.rbs', line 106

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def mesh_name
  @mesh_name
end

#specTypes::MeshSpec

Returns the value of attribute spec.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def spec
  @spec
end

#tags::Array[Types::TagRef]

Returns the value of attribute tags.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def tags
  @tags
end