Class: Aws::Types::DeprecateActivityTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeprecateActivityTypeInput
- 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.
341 342 343 |
# File 'sig/types.rbs', line 341 def activity_type @activity_type end |
#domain ⇒ ::String
Returns the value of attribute domain.
340 341 342 |
# File 'sig/types.rbs', line 340 def domain @domain end |