Class: Aws::Cloud9::Types::UpdateEnvironmentMembershipResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloud9/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#membershipTypes::EnvironmentMember

Information about the environment member whose settings were changed.



526
527
528
529
# File 'lib/aws-sdk-cloud9/types.rb', line 526

class UpdateEnvironmentMembershipResult < Struct.new(
  :membership)
  include Aws::Structure
end