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

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def dataset_name
  @dataset_name
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def identity_id
  @identity_id
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def identity_pool_id
  @identity_pool_id
end