Class: Aws::Types::ListMembersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#member_details::Array[Types::MemberDetail]

Returns the value of attribute member_details.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def member_details
  @member_details
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def next_token
  @next_token
end