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)


7298
7299
7300
7301
7302
7303
7304
# File 'lib/aws-sdk-datazone/types.rb', line 7298

class DeleteProjectMembershipInput < Struct.new(
  :domain_identifier,
  :project_identifier,
  :member)
  SENSITIVE = []
  include Aws::Structure
end

#memberTypes::Member

The project member whose project membership is deleted.

Returns:



7298
7299
7300
7301
7302
7303
7304
# File 'lib/aws-sdk-datazone/types.rb', line 7298

class DeleteProjectMembershipInput < Struct.new(
  :domain_identifier,
  :project_identifier,
  :member)
  SENSITIVE = []
  include Aws::Structure
end

#project_identifierString

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

Returns:

  • (String)


7298
7299
7300
7301
7302
7303
7304
# File 'lib/aws-sdk-datazone/types.rb', line 7298

class DeleteProjectMembershipInput < Struct.new(
  :domain_identifier,
  :project_identifier,
  :member)
  SENSITIVE = []
  include Aws::Structure
end