Class: Aws::Types::ToolInstruction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#examples::Array[::String]

Returns the value of attribute examples.

Returns:

  • (::Array[::String])


3098
3099
3100
# File 'sig/types.rbs', line 3098

def examples
  @examples
end

#instruction::String

Returns the value of attribute instruction.

Returns:

  • (::String)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def instruction
  @instruction
end