Class: Aws::DataZone::Types::RemoveEntityOwnerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RemoveEntityOwnerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#domain_identifier ⇒ String
The ID of the domain where you want to remove an owner from an entity.
-
#entity_identifier ⇒ String
The ID of the entity from which you want to remove an owner.
-
#entity_type ⇒ String
The type of the entity from which you want to remove an owner.
-
#owner ⇒ Types::OwnerProperties
The owner that you want to remove from an entity.
Instance Attribute Details
#client_token ⇒ String
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.
15774 15775 15776 15777 15778 15779 15780 15781 15782 |
# File 'lib/aws-sdk-datazone/types.rb', line 15774 class RemoveEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to remove an owner from an entity.
15774 15775 15776 15777 15778 15779 15780 15781 15782 |
# File 'lib/aws-sdk-datazone/types.rb', line 15774 class RemoveEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the entity from which you want to remove an owner.
15774 15775 15776 15777 15778 15779 15780 15781 15782 |
# File 'lib/aws-sdk-datazone/types.rb', line 15774 class RemoveEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the entity from which you want to remove an owner.
15774 15775 15776 15777 15778 15779 15780 15781 15782 |
# File 'lib/aws-sdk-datazone/types.rb', line 15774 class RemoveEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ Types::OwnerProperties
The owner that you want to remove from an entity.
15774 15775 15776 15777 15778 15779 15780 15781 15782 |
# File 'lib/aws-sdk-datazone/types.rb', line 15774 class RemoveEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |