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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#backend_environment_arn ⇒ String

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

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (String) —

    The name of deployment artifacts.

#environment_name ⇒ String

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

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (Time) —

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