Class: Aws::Types::BootstrapActionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#script_bootstrap_actionTypes::ScriptBootstrapActionConfig

Returns the value of attribute script_bootstrap_action.



111
112
113
# File 'sig/types.rbs', line 111

def script_bootstrap_action
  @script_bootstrap_action
end