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.
793 794 795 796 797 798 799 800 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 793 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.
793 794 795 796 797 798 799 800 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 793 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:
ENABLE
DISABLE
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.
793 794 795 796 797 798 799 800 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 793 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.
793 794 795 796 797 798 799 800 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 793 class UpdateEnvironmentRequest < Struct.new( :environment_id, :name, :description, :managed_credentials_action) SENSITIVE = [:description] include Aws::Structure end |