Class: Aws::Types::BatchDisassociateDataSegmentsFromDatasetResponse

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)


435
436
437
# File 'sig/types.rbs', line 435

def dataset_id
  @dataset_id
end

#dataset_version::String

Returns the value of attribute dataset_version.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def dataset_version
  @dataset_version
end

#failed_disassociations::Array[Types::FailedDataSegmentDisassociation]

Returns the value of attribute failed_disassociations.



437
438
439
# File 'sig/types.rbs', line 437

def failed_disassociations
  @failed_disassociations
end