Class: Aws::Types::GetPackageVersionAssetResult
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageVersionAssetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset ⇒ ::IO
Returns the value of attribute asset.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#package_version_revision ⇒ ::String
Returns the value of attribute package_version_revision.
Instance Attribute Details
#asset ⇒ ::IO
Returns the value of attribute asset.
387 388 389 |
# File 'sig/types.rbs', line 387 def asset @asset end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
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.
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.
390 391 392 |
# File 'sig/types.rbs', line 390 def package_version_revision @package_version_revision end |