Class: Aws::Types::DeleteDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def client_token
  @client_token
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def dataset_id
  @dataset_id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def workspace_name
  @workspace_name
end