Class: Aws::AmplifyBackend::Types::UpdateBackendAPIResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ String

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3057

class UpdateBackendAPIResponse < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#backend_environment_name ⇒ String

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3057

class UpdateBackendAPIResponse < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#error ⇒ String

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3057

class UpdateBackendAPIResponse < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_id ⇒ String

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3057

class UpdateBackendAPIResponse < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#operation ⇒ String

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3057

class UpdateBackendAPIResponse < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3057

class UpdateBackendAPIResponse < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end