Class: Aws::DataZone::Types::CreateProjectMembershipInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateProjectMembershipInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#designation ⇒ String
The designation of the project membership.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which project membership is created.
-
#member ⇒ Types::Member
The project member whose project membership was created.
-
#project_identifier ⇒ String
The ID of the project for which this project membership was created.
Instance Attribute Details
#designation ⇒ String
The designation of the project membership.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-datazone/types.rb', line 3333 class CreateProjectMembershipInput < Struct.new( :designation, :domain_identifier, :member, :project_identifier) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which project membership is created.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-datazone/types.rb', line 3333 class CreateProjectMembershipInput < Struct.new( :designation, :domain_identifier, :member, :project_identifier) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Member
The project member whose project membership was created.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-datazone/types.rb', line 3333 class CreateProjectMembershipInput < Struct.new( :designation, :domain_identifier, :member, :project_identifier) SENSITIVE = [] include Aws::Structure end |
#project_identifier ⇒ String
The ID of the project for which this project membership was created.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-datazone/types.rb', line 3333 class CreateProjectMembershipInput < Struct.new( :designation, :domain_identifier, :member, :project_identifier) SENSITIVE = [] include Aws::Structure end |