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.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def agent_space_id @agent_space_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def client_token @client_token end |
#content ⇒ Types::AssetFileBody
Returns the value of attribute content.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def @metadata end |
#path ⇒ ::String
Returns the value of attribute path.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def path @path end |