Class: Aws::Types::ScriptBootstrapActionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#args::Array[::String]

Returns the value of attribute args.

Returns:

  • (::Array[::String])


1446
1447
1448
# File 'sig/types.rbs', line 1446

def args
  @args
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def path
  @path
end