Class: Aws::Types::GetAssetFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetFileRequest
- 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.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
623 624 625 |
# File 'sig/types.rbs', line 623 def agent_space_id @agent_space_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
624 625 626 |
# File 'sig/types.rbs', line 624 def asset_id @asset_id end |
#asset_version ⇒ ::Integer
Returns the value of attribute asset_version.
626 627 628 |
# File 'sig/types.rbs', line 626 def asset_version @asset_version end |
#path ⇒ ::String
Returns the value of attribute path.
625 626 627 |
# File 'sig/types.rbs', line 625 def path @path end |