Class: Aws::Types::BatchPutAssetPropertyErrorEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entry_id::String

Returns the value of attribute entry_id.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def entry_id
  @entry_id
end

#errors::Array[Types::BatchPutAssetPropertyError]

Returns the value of attribute errors.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def errors
  @errors
end