Class: Aws::Types::RetryBuildBatchInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def id
  @id
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def idempotency_token
  @idempotency_token
end

#retry_type"RETRY_ALL_BUILDS", "RETRY_FAILED_BUILDS"

Returns the value of attribute retry_type.

Returns:

  • ("RETRY_ALL_BUILDS", "RETRY_FAILED_BUILDS")


1108
1109
1110
# File 'sig/types.rbs', line 1108

def retry_type
  @retry_type
end