Class: Aws::Types::ListFarmsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFarmsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farms ⇒ ::Array[Types::FarmSummary]
Returns the value of attribute farms.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#farms ⇒ ::Array[Types::FarmSummary]
Returns the value of attribute farms.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def farms @farms end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def next_token @next_token end |