Class: Aws::Types::BatchDeleteDatasetDataSegmentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteDatasetDataSegmentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#delete_data_segment_entries ⇒ ::Array[Types::DeleteDataSegmentEntry]
Returns the value of attribute delete_data_segment_entries.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
415 416 417 |
# File 'sig/types.rbs', line 415 def client_token @client_token end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
412 413 414 |
# File 'sig/types.rbs', line 412 def dataset_id @dataset_id end |
#delete_data_segment_entries ⇒ ::Array[Types::DeleteDataSegmentEntry]
Returns the value of attribute delete_data_segment_entries.
414 415 416 |
# File 'sig/types.rbs', line 414 def delete_data_segment_entries @delete_data_segment_entries end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
413 414 415 |
# File 'sig/types.rbs', line 413 def workspace_name @workspace_name end |