Class: Aws::Types::ListProjectMembershipsOutput

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::ProjectMember]

Returns the value of attribute members.

Returns:



4243
4244
4245
# File 'sig/types.rbs', line 4243

def members
  @members
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4244
4245
4246
# File 'sig/types.rbs', line 4244

def next_token
  @next_token
end