Class: Aws::Types::GetAssetContentRequest

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)


610
611
612
# File 'sig/types.rbs', line 610

def agent_space_id
  @agent_space_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def asset_id
  @asset_id
end

#asset_version::Integer

Returns the value of attribute asset_version.

Returns:

  • (::Integer)


612
613
614
# File 'sig/types.rbs', line 612

def asset_version
  @asset_version
end