Class: Aws::Types::GetAssetFileRequest

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)


623
624
625
# File 'sig/types.rbs', line 623

def agent_space_id
  @agent_space_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def asset_id
  @asset_id
end

#asset_version::Integer

Returns the value of attribute asset_version.

Returns:

  • (::Integer)


626
627
628
# File 'sig/types.rbs', line 626

def asset_version
  @asset_version
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def path
  @path
end