Class: Aws::Types::DescribeActivitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeActivitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_types ⇒ ::String
Returns the value of attribute activity_types.
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#include_indirect_activities ⇒ Boolean
Returns the value of attribute include_indirect_activities.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#activity_types ⇒ ::String
Returns the value of attribute activity_types.
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.
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.
261 262 263 |
# File 'sig/types.rbs', line 261 def end_time @end_time end |
#include_indirect_activities ⇒ Boolean
Returns the value of attribute include_indirect_activities.
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.
267 268 269 |
# File 'sig/types.rbs', line 267 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
268 269 270 |
# File 'sig/types.rbs', line 268 def marker @marker end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
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.
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.
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.
265 266 267 |
# File 'sig/types.rbs', line 265 def user_id @user_id end |