Class: Aws::DataZone::Types::RemoveEntityOwnerInput

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

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


12950
12951
12952
12953
12954
12955
12956
12957
12958
# File 'lib/aws-sdk-datazone/types.rb', line 12950

class RemoveEntityOwnerInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the domain where you want to remove an owner from an entity.

Returns:

  • (String)


12950
12951
12952
12953
12954
12955
12956
12957
12958
# File 'lib/aws-sdk-datazone/types.rb', line 12950

class RemoveEntityOwnerInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#entity_identifierString

The ID of the entity from which you want to remove an owner.

Returns:

  • (String)


12950
12951
12952
12953
12954
12955
12956
12957
12958
# File 'lib/aws-sdk-datazone/types.rb', line 12950

class RemoveEntityOwnerInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of the entity from which you want to remove an owner.

Returns:

  • (String)


12950
12951
12952
12953
12954
12955
12956
12957
12958
# File 'lib/aws-sdk-datazone/types.rb', line 12950

class RemoveEntityOwnerInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#ownerTypes::OwnerProperties

The owner that you want to remove from an entity.



12950
12951
12952
12953
12954
12955
12956
12957
12958
# File 'lib/aws-sdk-datazone/types.rb', line 12950

class RemoveEntityOwnerInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end