Class: Aws::Types::UndeprecateActivityTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::UndeprecateActivityTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
-
#domain ⇒ ::String
Returns the value of attribute domain.
Instance Attribute Details
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def activity_type @activity_type end |
#domain ⇒ ::String
Returns the value of attribute domain.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def domain @domain end |