Class: Aws::Types::GetAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_version ⇒ ::Integer
Returns the value of attribute asset_version.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
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.
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.
638 639 640 |
# File 'sig/types.rbs', line 638 def asset_version @asset_version end |