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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def client_token
  @client_token
end

#contentTypes::AssetContent

Returns the value of attribute content.

Returns:



2038
2039
2040
# File 'sig/types.rbs', line 2038

def content
  @content
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


2037
2038
2039
# File 'sig/types.rbs', line 2037

def 
  @metadata
end