Class: Aws::Types::GetPackageVersionAssetResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset::IO

Returns the value of attribute asset.

Returns:

  • (::IO)


387
388
389
# File 'sig/types.rbs', line 387

def asset
  @asset
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def asset_name
  @asset_name
end

#package_version::String

Returns the value of attribute package_version.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def package_version
  @package_version
end

#package_version_revision::String

Returns the value of attribute package_version_revision.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def package_version_revision
  @package_version_revision
end