Class: Aws::Types::SearchRasterDataCollectionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_result_count::Integer

Returns the value of attribute approximate_result_count.

Returns:

  • (::Integer)


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

def approximate_result_count
  @approximate_result_count
end

#items::Array[Types::ItemSource]

Returns the value of attribute items.

Returns:



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

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def next_token
  @next_token
end