Class: Aws::Types::DescribeActivitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#activity_types::String

Returns the value of attribute activity_types.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def activity_types
  @activity_types
end

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def authentication_token
  @authentication_token
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def end_time
  @end_time
end

#include_indirect_activitiesBoolean

Returns the value of attribute include_indirect_activities.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def include_indirect_activities
  @include_indirect_activities
end

#limit::Integer

Returns the value of attribute limit.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def marker
  @marker
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def organization_id
  @organization_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def resource_id
  @resource_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def start_time
  @start_time
end

#user_id::String

Returns the value of attribute user_id.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def user_id
  @user_id
end