Class: Aws::DataZone::Types::DeleteProjectMembershipInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain where project membership is deleted.

Returns:

  • (String)


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

#memberTypes::Member

The project member whose project membership is deleted.

Returns:



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_identifierString

The ID of the Amazon DataZone project the membership to which is deleted.

Returns:

  • (String)


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