Class: Aws::Types::BatchGetAssetPropertyValueResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_entries::Array[Types::BatchGetAssetPropertyValueErrorEntry]

Returns the value of attribute error_entries.



589
590
591
# File 'sig/types.rbs', line 589

def error_entries
  @error_entries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def next_token
  @next_token
end

#skipped_entries::Array[Types::BatchGetAssetPropertyValueSkippedEntry]

Returns the value of attribute skipped_entries.



591
592
593
# File 'sig/types.rbs', line 591

def skipped_entries
  @skipped_entries
end

#success_entries::Array[Types::BatchGetAssetPropertyValueSuccessEntry]

Returns the value of attribute success_entries.



590
591
592
# File 'sig/types.rbs', line 590

def success_entries
  @success_entries
end