Class: Aws::Types::ActivityTypeInfo
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTypeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute status.
Instance Attribute Details
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
107 108 109 |
# File 'sig/types.rbs', line 107 def activity_type @activity_type end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
110 111 112 |
# File 'sig/types.rbs', line 110 def creation_date @creation_date end |
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
111 112 113 |
# File 'sig/types.rbs', line 111 def deprecation_date @deprecation_date end |
#description ⇒ ::String
Returns the value of attribute description.
109 110 111 |
# File 'sig/types.rbs', line 109 def description @description end |
#status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute status.
108 109 110 |
# File 'sig/types.rbs', line 108 def status @status end |