Class: Aws::Types::CreateAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetRequest
- 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_type ⇒ ::String
Returns the value of attribute asset_type.
-
#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.
315 316 317 |
# File 'sig/types.rbs', line 315 def agent_space_id @agent_space_id end |
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
316 317 318 |
# File 'sig/types.rbs', line 316 def asset_type @asset_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
319 320 321 |
# File 'sig/types.rbs', line 319 def client_token @client_token end |
#content ⇒ Types::AssetContent
Returns the value of attribute content.
318 319 320 |
# File 'sig/types.rbs', line 318 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata.
317 318 319 |
# File 'sig/types.rbs', line 317 def @metadata end |