Class: Aws::Types::ActivitiesType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activities::Array[Types::Activity]

Returns the value of attribute activities.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def activities
  @activities
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def next_token
  @next_token
end