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

Class: Aws::Cloud9::Types::UpdateEnvironmentRequest

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

Overview

Note:

When passing UpdateEnvironmentRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  environment_id: "EnvironmentId", # required
  name: "EnvironmentName",
  description: "EnvironmentDescription",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Any new or replacement description for the environment.

Returns:

  • (String)

    Any new or replacement description for the environment.

#environment_idString

The ID of the environment to change settings.

Returns:

  • (String)

    The ID of the environment to change settings.

#nameString

A replacement name for the environment.

Returns:

  • (String)

    A replacement name for the environment.