Class: Aws::Types::BatchDeleteDatasetDataSegmentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def workspace_name
  @workspace_name
end