Class: Aws::Types::ActivityListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#activity_arn::String

Returns the value of attribute activity_arn.

Returns:



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

def activity_arn
  @activity_arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:



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

def creation_date
  @creation_date
end

#name::String

Returns the value of attribute name.

Returns:



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

def name
  @name
end