Class: Aws::Cloud9::Types::DeleteEnvironmentMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::DeleteEnvironmentMembershipRequest
- 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 to delete the environment member from.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
Instance Attribute Details
#environment_id ⇒ String
The ID of the environment to delete the environment member from.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-cloud9/types.rb', line 226 class DeleteEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-cloud9/types.rb', line 226 class DeleteEnvironmentMembershipRequest < Struct.new( :environment_id, :user_arn) SENSITIVE = [] include Aws::Structure end |