Class: Aws::Types::BatchDisassociateDataSegmentsFromDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateDataSegmentsFromDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#disassociate_data_segment_entries ⇒ ::Array[Types::DisassociateDataSegmentEntry]
Returns the value of attribute disassociate_data_segment_entries.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
430 431 432 |
# File 'sig/types.rbs', line 430 def client_token @client_token end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def dataset_id @dataset_id end |
#disassociate_data_segment_entries ⇒ ::Array[Types::DisassociateDataSegmentEntry]
Returns the value of attribute disassociate_data_segment_entries.
429 430 431 |
# File 'sig/types.rbs', line 429 def disassociate_data_segment_entries @disassociate_data_segment_entries end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
428 429 430 |
# File 'sig/types.rbs', line 428 def workspace_name @workspace_name end |