Class: Aws::DataZone::Types::DeleteProjectMembershipInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteProjectMembershipInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where project membership is deleted.
-
#member ⇒ Types::Member
The project member whose project membership is deleted.
-
#project_identifier ⇒ String
The ID of the Amazon DataZone project the membership to which is deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where project membership is deleted.
5067 5068 5069 5070 5071 5072 5073 |
# File 'lib/aws-sdk-datazone/types.rb', line 5067 class DeleteProjectMembershipInput < Struct.new( :domain_identifier, :member, :project_identifier) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Member
The project member whose project membership is deleted.
5067 5068 5069 5070 5071 5072 5073 |
# File 'lib/aws-sdk-datazone/types.rb', line 5067 class DeleteProjectMembershipInput < Struct.new( :domain_identifier, :member, :project_identifier) SENSITIVE = [] include Aws::Structure end |
#project_identifier ⇒ String
The ID of the Amazon DataZone project the membership to which is deleted.
5067 5068 5069 5070 5071 5072 5073 |
# File 'lib/aws-sdk-datazone/types.rb', line 5067 class DeleteProjectMembershipInput < Struct.new( :domain_identifier, :member, :project_identifier) SENSITIVE = [] include Aws::Structure end |