Class: Aws::Types::BatchGetAssetPropertyValueHistorySkippedEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_status"SUCCESS", "ERROR"

Returns the value of attribute completion_status.

Returns:

  • ("SUCCESS", "ERROR")


571
572
573
# File 'sig/types.rbs', line 571

def completion_status
  @completion_status
end

#entry_id::String

Returns the value of attribute entry_id.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def entry_id
  @entry_id
end

#error_infoTypes::BatchGetAssetPropertyValueHistoryErrorInfo

Returns the value of attribute error_info.



572
573
574
# File 'sig/types.rbs', line 572

def error_info
  @error_info
end