Class: Aws::Types::CreateDataDeletionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataDeletionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
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.
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.
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.
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.
243 244 245 |
# File 'sig/types.rbs', line 243 def @tags end |