Class: Aws::Types::GetEntityRecordsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:records])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3668
3669
3670
# File 'sig/types.rbs', line 3668

def next_token
  @next_token
end

#records::Array[untyped]

Returns the value of attribute records.

Returns:

  • (::Array[untyped])


3667
3668
3669
# File 'sig/types.rbs', line 3667

def records
  @records
end