Class: Aws::Types::UpdateAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetRequest
- 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::AssetContent
Returns the value of attribute content.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def agent_space_id @agent_space_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def client_token @client_token end |
#content ⇒ Types::AssetContent
Returns the value of attribute content.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def @metadata end |