Class: Aws::Types::DeleteAssetFileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def agent_space_id
  @agent_space_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def asset_id
  @asset_id
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def path
  @path
end