Class: Aws::Types::GetAssetRequest

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)


636
637
638
# File 'sig/types.rbs', line 636

def agent_space_id
  @agent_space_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def asset_id
  @asset_id
end

#asset_version::Integer

Returns the value of attribute asset_version.

Returns:

  • (::Integer)


638
639
640
# File 'sig/types.rbs', line 638

def asset_version
  @asset_version
end