Class: Aws::Types::Activity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment_metadataTypes::CommentMetadata

Returns the value of attribute comment_metadata.



38
39
40
# File 'sig/types.rbs', line 38

def 
  @comment_metadata
end

#initiatorTypes::UserMetadata

Returns the value of attribute initiator.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def initiator
  @initiator
end

#is_indirect_activityBoolean

Returns the value of attribute is_indirect_activity.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def organization_id
  @organization_id
end

#original_parentTypes::ResourceMetadata

Returns the value of attribute original_parent.



37
38
39
# File 'sig/types.rbs', line 37

def original_parent
  @original_parent
end

#participantsTypes::Participants

Returns the value of attribute participants.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def participants
  @participants
end

#resource_metadataTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • ("DOCUMENT_CHECKED_IN", "DOCUMENT_CHECKED_OUT", "DOCUMENT_RENAMED", "DOCUMENT_VERSION_UPLOADED", "DOCUMENT_VERSION_DELETED", "DOCUMENT_VERSION_VIEWED", "DOCUMENT_VERSION_DOWNLOADED", "DOCUMENT_RECYCLED", "DOCUMENT_RESTORED", "DOCUMENT_REVERTED", "DOCUMENT_SHARED", "DOCUMENT_UNSHARED", "DOCUMENT_SHARE_PERMISSION_CHANGED", "DOCUMENT_SHAREABLE_LINK_CREATED", "DOCUMENT_SHAREABLE_LINK_REMOVED", "DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED", "DOCUMENT_MOVED", "DOCUMENT_COMMENT_ADDED", "DOCUMENT_COMMENT_DELETED", "DOCUMENT_ANNOTATION_ADDED", "DOCUMENT_ANNOTATION_DELETED", "FOLDER_CREATED", "FOLDER_DELETED", "FOLDER_RENAMED", "FOLDER_RECYCLED", "FOLDER_RESTORED", "FOLDER_SHARED", "FOLDER_UNSHARED", "FOLDER_SHARE_PERMISSION_CHANGED", "FOLDER_SHAREABLE_LINK_CREATED", "FOLDER_SHAREABLE_LINK_REMOVED", "FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED", "FOLDER_MOVED")


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

def type
  @type
end