Class: Aws::AmplifyBackend::Types::DeleteBackendResponse

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)


1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1587

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

#backend_environment_name ⇒ String

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1587

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

#error ⇒ String

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1587

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

#job_id ⇒ String

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1587

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

#operation ⇒ String

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1587

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

#status ⇒ String

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1587

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