Class: Aws::Types::ActionTypeExecutor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ExecutorConfiguration

Returns the value of attribute configuration.



198
199
200
# File 'sig/types.rbs', line 198

def configuration
  @configuration
end

#job_timeout::Integer

Returns the value of attribute job_timeout.

Returns:

  • (::Integer)


201
202
203
# File 'sig/types.rbs', line 201

def job_timeout
  @job_timeout
end

#policy_statements_template::String

Returns the value of attribute policy_statements_template.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def policy_statements_template
  @policy_statements_template
end

#type"JobWorker", "Lambda"

Returns the value of attribute type.

Returns:

  • ("JobWorker", "Lambda")


199
200
201
# File 'sig/types.rbs', line 199

def type
  @type
end