Class: Aws::Types::CreateAssetFileRequest

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)


300
301
302
# File 'sig/types.rbs', line 300

def agent_space_id
  @agent_space_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def client_token
  @client_token
end

#contentTypes::AssetFileBody

Returns the value of attribute content.



303
304
305
# File 'sig/types.rbs', line 303

def content
  @content
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


304
305
306
# File 'sig/types.rbs', line 304

def 
  @metadata
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def path
  @path
end