Class: Aws::Cloud9::Types::UpdateEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::UpdateEnvironmentRequest
- Defined in:
- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
Any new or replacement description for the environment.
-
#environment_id ⇒ String
The ID of the environment to change settings.
-
#managed_credentials_action ⇒ String
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:.
-
#name ⇒ String
A replacement name for the environment.
Instance Attribute Details
#description ⇒ String
Any new or replacement description for the environment.
783 784 785 786 787 788 789 790 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 783 class UpdateEnvironmentRequest < Struct.new( :environment_id, :name, :description, :managed_credentials_action) SENSITIVE = [:description] include Aws::Structure end |
#environment_id ⇒ String
The ID of the environment to change settings.
783 784 785 786 787 788 789 790 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 783 class UpdateEnvironmentRequest < Struct.new( :environment_id, :name, :description, :managed_credentials_action) SENSITIVE = [:description] include Aws::Structure end |
#managed_credentials_action ⇒ String
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
ENABLEDISABLE
AccessDeniedException is thrown if an
attempt to turn on or turn off managed temporary credentials is made
by an account that's not the environment owner.
783 784 785 786 787 788 789 790 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 783 class UpdateEnvironmentRequest < Struct.new( :environment_id, :name, :description, :managed_credentials_action) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
A replacement name for the environment.
783 784 785 786 787 788 789 790 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 783 class UpdateEnvironmentRequest < Struct.new( :environment_id, :name, :description, :managed_credentials_action) SENSITIVE = [:description] include Aws::Structure end |