Class: Aws::Types::UpdateAssetFileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def client_token
  @client_token
end

#contentTypes::AssetFileBody

Returns the value of attribute content.



2023
2024
2025
# File 'sig/types.rbs', line 2023

def content
  @content
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def 
  @metadata
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def path
  @path
end