Class: Aws::Cloud9::Types::CreateEnvironmentMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::CreateEnvironmentMembershipRequest
- 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 that contains the environment member you want to add.
-
#permissions ⇒ String
The 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 you want to add.
Instance Attribute Details
#environment_id ⇒ String
The ID of the environment that contains the environment member you want to add.
195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-cloud9/types.rb', line 195 class CreateEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ String
The 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.
195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-cloud9/types.rb', line 195 class CreateEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn, :permissions) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the environment member you want to add.
195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-cloud9/types.rb', line 195 class CreateEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn, :permissions) SENSITIVE = [] include Aws::Structure end |