Class: Aws::Cloud9::Types::CreateEnvironmentMembershipResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::CreateEnvironmentMembershipResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership ⇒ Types::EnvironmentMember
Information about the environment member that was added.
Instance Attribute Details
#membership ⇒ Types::EnvironmentMember
Information about the environment member that was added.
199 200 201 202 203 |
# File 'lib/aws-sdk-cloud9/types.rb', line 199 class CreateEnvironmentMembershipResult < Struct.new( :membership) SENSITIVE = [] include Aws::Structure end |