Class: Aws::Personalize::Types::CreateDataDeletionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateDataDeletionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
The Amazon S3 bucket that contains the list of userIds of the users to delete.
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from.
-
#job_name ⇒ String
The name for the data deletion job.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
-
#tags ⇒ Array<Types::Tag>
A list of [tags] to apply to the data deletion job.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The Amazon S3 bucket that contains the list of userIds of the users to delete.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-personalize/types.rb', line 1127 class CreateDataDeletionJobRequest < Struct.new( :job_name, :dataset_group_arn, :data_source, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-personalize/types.rb', line 1127 class CreateDataDeletionJobRequest < Struct.new( :job_name, :dataset_group_arn, :data_source, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name for the data deletion job.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-personalize/types.rb', line 1127 class CreateDataDeletionJobRequest < Struct.new( :job_name, :dataset_group_arn, :data_source, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-personalize/types.rb', line 1127 class CreateDataDeletionJobRequest < Struct.new( :job_name, :dataset_group_arn, :data_source, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of [tags] to apply to the data deletion job.
[1]: docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-personalize/types.rb', line 1127 class CreateDataDeletionJobRequest < Struct.new( :job_name, :dataset_group_arn, :data_source, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end |