Class: Aws::Types::CancelBatchJobExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def application_id
  @application_id
end

#auth_secrets_manager_arn::String

Returns the value of attribute auth_secrets_manager_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def auth_secrets_manager_arn
  @auth_secrets_manager_arn
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def execution_id
  @execution_id
end