Class: Aws::Types::DescribeActivityTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeActivityTypeInput
- 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.
358 359 360 |
# File 'sig/types.rbs', line 358 def activity_type @activity_type end |
#domain ⇒ ::String
Returns the value of attribute domain.
357 358 359 |
# File 'sig/types.rbs', line 357 def domain @domain end |