Class: Aws::Types::BatchAssociateDataSegmentsToDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateDataSegmentsToDatasetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#dataset_version ⇒ ::String
Returns the value of attribute dataset_version.
-
#failed_associations ⇒ ::Array[Types::FailedDataSegmentAssociation]
Returns the value of attribute failed_associations.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
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.
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 |