Class: Aws::AmplifyBackend::Types::GetBackendAPIRespObj

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

Overview

The response object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


1859
1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859

class GetBackendAPIRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#backend_environment_nameString

The name of the backend environment.

Returns:

  • (String)


1859
1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859

class GetBackendAPIRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

If the request fails, this error is returned.

Returns:

  • (String)


1859
1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859

class GetBackendAPIRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configTypes::BackendAPIResourceConfig

The resource configuration for this response object.



1859
1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859

class GetBackendAPIRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of this resource.

Returns:

  • (String)


1859
1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859

class GetBackendAPIRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end