Class: Aws::Types::GetAssetContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetContentRequest
- 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.
610 611 612 |
# File 'sig/types.rbs', line 610 def agent_space_id @agent_space_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
611 612 613 |
# File 'sig/types.rbs', line 611 def asset_id @asset_id end |
#asset_version ⇒ ::Integer
Returns the value of attribute asset_version.
612 613 614 |
# File 'sig/types.rbs', line 612 def asset_version @asset_version end |