Class: Aws::Types::ExecutionApprovalConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_role::String

Returns the value of attribute approval_role.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def approval_role
  @approval_role
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


240
241
242
# File 'sig/types.rbs', line 240

def timeout_minutes
  @timeout_minutes
end