Class: Aws::Types::CreateActivityOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateActivityOutput
- 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.
Instance Attribute Details
#activity_arn ⇒ ::String
Returns the value of attribute activity_arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def activity_arn @activity_arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
111 112 113 |
# File 'sig/types.rbs', line 111 def creation_date @creation_date end |