Class: Aws::Cloud9::Types::UpdateEnvironmentMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::UpdateEnvironmentMembershipRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The ID of the environment for the environment member whose settings you want to change.
-
#permissions ⇒ String
The replacement type of environment member permissions you want to associate with this environment member.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
Instance Attribute Details
#environment_id ⇒ String
The ID of the environment for the environment member whose settings you want to change.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-cloud9/types.rb', line 741 class UpdateEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ String
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
-
‘read-only`: Has read-only access to the environment.
-
‘read-write`: Has read-write access to the environment.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-cloud9/types.rb', line 741 class UpdateEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn, :permissions) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-cloud9/types.rb', line 741 class UpdateEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn, :permissions) SENSITIVE = [] include Aws::Structure end |