Class: Aws::Amplify::Types::BackendEnvironment

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

Overview

Describes the backend environment for an Amplify app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backend_environment_arnString

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

Returns:

  • (String)


301
302
303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 301

class BackendEnvironment < Struct.new(
  :backend_environment_arn,
  :environment_name,
  :stack_name,
  :deployment_artifacts,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The creation date and time for a backend environment that is part of an Amplify app.

Returns:

  • (Time)


301
302
303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 301

class BackendEnvironment < Struct.new(
  :backend_environment_arn,
  :environment_name,
  :stack_name,
  :deployment_artifacts,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_artifactsString

The name of deployment artifacts.

Returns:

  • (String)


301
302
303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 301

class BackendEnvironment < Struct.new(
  :backend_environment_arn,
  :environment_name,
  :stack_name,
  :deployment_artifacts,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name for a backend environment that is part of an Amplify app.

Returns:

  • (String)


301
302
303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 301

class BackendEnvironment < Struct.new(
  :backend_environment_arn,
  :environment_name,
  :stack_name,
  :deployment_artifacts,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The AWS CloudFormation stack name of a backend environment.

Returns:

  • (String)


301
302
303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 301

class BackendEnvironment < Struct.new(
  :backend_environment_arn,
  :environment_name,
  :stack_name,
  :deployment_artifacts,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The last updated date and time for a backend environment that is part of an Amplify app.

Returns:

  • (Time)


301
302
303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 301

class BackendEnvironment < Struct.new(
  :backend_environment_arn,
  :environment_name,
  :stack_name,
  :deployment_artifacts,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end