Class: Aws::Types::CreateDataDeletionJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def data_source
  @data_source
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def dataset_group_arn
  @dataset_group_arn
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def job_name
  @job_name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def role_arn
  @role_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def tags
  @tags
end