Class: Aws::Types::BatchAssociateDataSegmentsToDatasetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def dataset_id
  @dataset_id
end

#dataset_version::String

Returns the value of attribute dataset_version.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def dataset_version
  @dataset_version
end

#failed_associations::Array[Types::FailedDataSegmentAssociation]

Returns the value of attribute failed_associations.



395
396
397
# File 'sig/types.rbs', line 395

def failed_associations
  @failed_associations
end