Class: Aws::Amplify::Types::BackendEnvironment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::BackendEnvironment
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
Describes the backend environment associated with a Branch
of a Gen
1 Amplify app. Amplify Gen 1 applications are created using Amplify
Studio or the Amplify command line interface (CLI).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_environment_arn ⇒ String
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
-
#create_time ⇒ Time
The creation date and time for a backend environment that is part of an Amplify app.
-
#deployment_artifacts ⇒ String
The name of deployment artifacts.
-
#environment_name ⇒ String
The name for a backend environment that is part of an Amplify app.
-
#stack_name ⇒ String
The AWS CloudFormation stack name of a backend environment.
-
#update_time ⇒ Time
The last updated date and time for a backend environment that is part of an Amplify app.
Instance Attribute Details
#backend_environment_arn ⇒ String
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
317 318 319 320 321 322 323 324 325 326 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 317 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The creation date and time for a backend environment that is part of an Amplify app.
317 318 319 320 321 322 323 324 325 326 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 317 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#deployment_artifacts ⇒ String
The name of deployment artifacts.
317 318 319 320 321 322 323 324 325 326 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 317 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name for a backend environment that is part of an Amplify app.
317 318 319 320 321 322 323 324 325 326 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 317 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The AWS CloudFormation stack name of a backend environment.
317 318 319 320 321 322 323 324 325 326 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 317 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The last updated date and time for a backend environment that is part of an Amplify app.
317 318 319 320 321 322 323 324 325 326 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 317 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |