Class: Aws::Types::Activity
- Inherits:
-
Object
- Object
- Aws::Types::Activity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment_metadata ⇒ Types::CommentMetadata
Returns the value of attribute comment_metadata.
-
#initiator ⇒ Types::UserMetadata
Returns the value of attribute initiator.
-
#is_indirect_activity ⇒ Boolean
Returns the value of attribute is_indirect_activity.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#original_parent ⇒ Types::ResourceMetadata
Returns the value of attribute original_parent.
-
#participants ⇒ Types::Participants
Returns the value of attribute participants.
-
#resource_metadata ⇒ Types::ResourceMetadata
Returns the value of attribute resource_metadata.
-
#time_stamp ⇒ ::Time
Returns the value of attribute time_stamp.
-
#type ⇒ "DOCUMENT_CHECKED_IN", ...
Returns the value of attribute type.
Instance Attribute Details
#comment_metadata ⇒ Types::CommentMetadata
Returns the value of attribute comment_metadata.
38 39 40 |
# File 'sig/types.rbs', line 38 def @comment_metadata end |
#initiator ⇒ Types::UserMetadata
Returns the value of attribute initiator.
34 35 36 |
# File 'sig/types.rbs', line 34 def initiator @initiator end |
#is_indirect_activity ⇒ Boolean
Returns the value of attribute is_indirect_activity.
32 33 34 |
# File 'sig/types.rbs', line 32 def is_indirect_activity @is_indirect_activity end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def organization_id @organization_id end |
#original_parent ⇒ Types::ResourceMetadata
Returns the value of attribute original_parent.
37 38 39 |
# File 'sig/types.rbs', line 37 def original_parent @original_parent end |
#participants ⇒ Types::Participants
Returns the value of attribute participants.
35 36 37 |
# File 'sig/types.rbs', line 35 def participants @participants end |
#resource_metadata ⇒ Types::ResourceMetadata
Returns the value of attribute resource_metadata.
36 37 38 |
# File 'sig/types.rbs', line 36 def @resource_metadata end |
#time_stamp ⇒ ::Time
Returns the value of attribute time_stamp.
31 32 33 |
# File 'sig/types.rbs', line 31 def time_stamp @time_stamp end |
#type ⇒ "DOCUMENT_CHECKED_IN", ...
Returns the value of attribute type.
30 31 32 |
# File 'sig/types.rbs', line 30 def type @type end |