Class: Aws::Types::BatchAssociateDataSegmentsToDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_data_segment_entries::Array[Types::AssociateDataSegmentEntry]

Returns the value of attribute associate_data_segment_entries.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def associate_data_segment_entries
  @associate_data_segment_entries
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def client_token
  @client_token
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def dataset_id
  @dataset_id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def workspace_name
  @workspace_name
end