Class: Aws::Types::ListFarmMembersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#members::Array[Types::FarmMember]

Returns the value of attribute members.

Returns:



1989
1990
1991
# File 'sig/types.rbs', line 1989

def members
  @members
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def next_token
  @next_token
end