Class: Aws::Types::AssetTypeItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


351
352
353
# File 'sig/types.rbs', line 351

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def domain_id
  @domain_id
end

#forms_output::Hash[::String, Types::FormEntryOutput]

Returns the value of attribute forms_output.

Returns:



347
348
349
# File 'sig/types.rbs', line 347

def forms_output
  @forms_output
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def name
  @name
end

#origin_domain_id::String

Returns the value of attribute origin_domain_id.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def origin_domain_id
  @origin_domain_id
end

#origin_project_id::String

Returns the value of attribute origin_project_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def origin_project_id
  @origin_project_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def owning_project_id
  @owning_project_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def revision
  @revision
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


353
354
355
# File 'sig/types.rbs', line 353

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def updated_by
  @updated_by
end