Class: Aws::Types::DeleteAssetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def asset_id
  @asset_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def data_set_id
  @data_set_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def revision_id
  @revision_id
end