You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Amplify::Types::BackendEnvironment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::BackendEnvironment
- Defined in:
- (unknown)
Overview
Describes the backend environment for an Amplify app.
Returned by:
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.
#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.