Class: Aws::Types::DescribeActivityOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeActivityOutput
- 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.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#activity_arn ⇒ ::String
Returns the value of attribute activity_arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def activity_arn @activity_arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
189 190 191 |
# File 'sig/types.rbs', line 189 def creation_date @creation_date end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
190 191 192 |
# File 'sig/types.rbs', line 190 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
188 189 190 |
# File 'sig/types.rbs', line 188 def name @name end |