Class: Aws::Cloud9::Types::UpdateEnvironmentMembershipResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::UpdateEnvironmentMembershipResult
- Defined in:
- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership ⇒ Types::EnvironmentMember
Information about the environment member whose settings were changed.
Instance Attribute Details
#membership ⇒ Types::EnvironmentMember
Information about the environment member whose settings were changed.
747 748 749 750 751 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 747 class UpdateEnvironmentMembershipResult < Struct.new( :membership) SENSITIVE = [] include Aws::Structure end |