Class: Aws::Types::DeleteActivityTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteActivityTypeInput
- 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.
329 330 331 |
# File 'sig/types.rbs', line 329 def activity_type @activity_type end |
#domain ⇒ ::String
Returns the value of attribute domain.
328 329 330 |
# File 'sig/types.rbs', line 328 def domain @domain end |