Class: Aws::AmplifyBackend::Types::BackendJobReqObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

The request object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operationString

Filters the list of response objects to include only those with the specified operation name.

Returns:

  • (String)


396
397
398
399
400
401
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 396

class BackendJobReqObj < Struct.new(
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filters the list of response objects to include only those with the specified status.

Returns:

  • (String)


396
397
398
399
400
401
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 396

class BackendJobReqObj < Struct.new(
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end