Class: Aws::Types::RestartConnectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def connector_arn
  @connector_arn
end

#only_failed_tasksBoolean

Returns the value of attribute only_failed_tasks.

Returns:

  • (Boolean)


507
508
509
# File 'sig/types.rbs', line 507

def only_failed_tasks
  @only_failed_tasks
end