Class: Aws::Types::ListFarmsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farms::Array[Types::FarmSummary]

Returns the value of attribute farms.

Returns:



2002
2003
2004
# File 'sig/types.rbs', line 2002

def farms
  @farms
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def next_token
  @next_token
end