Class: Aws::Types::BatchGetAssetPropertyAggregatesResponse

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::BatchGetAssetPropertyAggregatesErrorEntry]

Returns the value of attribute error_entries.



488
489
490
# File 'sig/types.rbs', line 488

def error_entries
  @error_entries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def next_token
  @next_token
end

#skipped_entries::Array[Types::BatchGetAssetPropertyAggregatesSkippedEntry]

Returns the value of attribute skipped_entries.



490
491
492
# File 'sig/types.rbs', line 490

def skipped_entries
  @skipped_entries
end

#success_entries::Array[Types::BatchGetAssetPropertyAggregatesSuccessEntry]

Returns the value of attribute success_entries.



489
490
491
# File 'sig/types.rbs', line 489

def success_entries
  @success_entries
end