Class: Aws::Types::ScriptBootstrapActionConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScriptBootstrapActionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#args ⇒ ::Array[::String]
Returns the value of attribute args.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#args ⇒ ::Array[::String]
Returns the value of attribute args.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def args @args end |
#path ⇒ ::String
Returns the value of attribute path.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def path @path end |