You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Cloud9::Types::Environment

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an AWS Cloud9 development environment.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the environment.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the environment.

#connection_typeString

The connection type used for connecting to an Amazon EC2 environment.

Possible values:

  • CONNECT_SSH
  • CONNECT_SSM

Returns:

  • (String)

    The connection type used for connecting to an Amazon EC2 environment.

#descriptionString

The description for the environment.

Returns:

  • (String)

    The description for the environment.

#idString

The ID of the environment.

Returns:

  • (String)

    The ID of the environment.

#lifecycleTypes::EnvironmentLifecycle

The state of the environment in its creation or deletion lifecycle.

Returns:

#nameString

The name of the environment.

Returns:

  • (String)

    The name of the environment.

#owner_arnString

The Amazon Resource Name (ARN) of the environment owner.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the environment owner.

#typeString

The type of environment. Valid values include the following:

  • ec2: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment.

  • ssh: Your own server connects to the environment.

    Possible values:

    • ssh
    • ec2

Returns:

  • (String)

    The type of environment.