Class: Aws::Types::ActivityListItem
- Inherits:
-
Object
- Object
- Aws::Types::ActivityListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_arn ⇒ ::String
Returns the value of attribute activity_arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#activity_arn ⇒ ::String
Returns the value of attribute activity_arn.
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.
35 36 37 |
# File 'sig/types.rbs', line 35 def creation_date @creation_date end |
#name ⇒ ::String
Returns the value of attribute name.
34 35 36 |
# File 'sig/types.rbs', line 34 def name @name end |