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_arnString

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_timeTime

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_artifactsString

The name of deployment artifacts.

Returns:

  • (String)

    The name of deployment artifacts.

#environment_nameString

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_nameString

The AWS CloudFormation stack name of a backend environment.

Returns:

  • (String)

    The AWS CloudFormation stack name of a backend environment.

#update_timeTime

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.