Class: Aws::Types::ListSharedProjectsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def next_token
  @next_token
end

#projects::Array[::String]

Returns the value of attribute projects.

Returns:

  • (::Array[::String])


832
833
834
# File 'sig/types.rbs', line 832

def projects
  @projects
end