Class: Aws::Personalize::Types::CreateDataDeletionJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The Amazon S3 bucket that contains the list of userIds of the users to delete.

Returns:



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_arnString

The Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from.

Returns:

  • (String)


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_nameString

The name for the data deletion job.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

A list of [tags] to apply to the data deletion job.

[1]: docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html

Returns:



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