Class: Aws::Types::CreateAssetRequest

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)


315
316
317
# File 'sig/types.rbs', line 315

def agent_space_id
  @agent_space_id
end

#asset_type::String

Returns the value of attribute asset_type.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def asset_type
  @asset_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def client_token
  @client_token
end

#contentTypes::AssetContent

Returns the value of attribute content.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def content
  @content
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


317
318
319
# File 'sig/types.rbs', line 317

def 
  @metadata
end