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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def client_token
  @client_token
end

#contentTypes::AssetFileBody

Returns the value of attribute content.



2030
2031
2032
# File 'sig/types.rbs', line 2030

def content
  @content
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def 
  @metadata
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def path
  @path
end