Class: Aws::Types::UpdateAssetRequest

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)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def agent_space_id
  @agent_space_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def client_token
  @client_token
end

#contentTypes::AssetContent

Returns the value of attribute content.

Returns:



2045
2046
2047
# File 'sig/types.rbs', line 2045

def content
  @content
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def 
  @metadata
end