Class: Aws::Types::CreateAssetFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetFileRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ Types::AssetFileBody
Returns the value of attribute content.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def agent_space_id @agent_space_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
305 306 307 |
# File 'sig/types.rbs', line 305 def client_token @client_token end |
#content ⇒ Types::AssetFileBody
Returns the value of attribute content.
303 304 305 |
# File 'sig/types.rbs', line 303 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata.
304 305 306 |
# File 'sig/types.rbs', line 304 def @metadata end |
#path ⇒ ::String
Returns the value of attribute path.
302 303 304 |
# File 'sig/types.rbs', line 302 def path @path end |