Class: Aws::Types::UpdateAssetFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetFileRequest
- 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.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def agent_space_id @agent_space_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def client_token @client_token end |
#content ⇒ Types::AssetFileBody
Returns the value of attribute content.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def @metadata end |
#path ⇒ ::String
Returns the value of attribute path.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def path @path end |