Class: Aws::DataZone::Types::AddEntityOwnerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AddEntityOwnerInput
- 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 in which you want to add the entity owner.
-
#entity_identifier ⇒ String
The ID of the entity to which you want to add an owner.
-
#entity_type ⇒ String
The type of an entity.
-
#owner ⇒ Types::OwnerProperties
The owner that you want to add to the 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.
323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-datazone/types.rb', line 323 class AddEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain in which you want to add the entity owner.
323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-datazone/types.rb', line 323 class AddEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the entity to which you want to add an owner.
323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-datazone/types.rb', line 323 class AddEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of an entity.
323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-datazone/types.rb', line 323 class AddEntityOwnerInput < 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 add to the entity.
323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-datazone/types.rb', line 323 class AddEntityOwnerInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :owner) SENSITIVE = [] include Aws::Structure end |