Class: Aws::Types::ActivityTypeDetail
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTypeDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ActivityTypeConfiguration
Returns the value of attribute configuration.
-
#type_info ⇒ Types::ActivityTypeInfo
Returns the value of attribute type_info.
Instance Attribute Details
#configuration ⇒ Types::ActivityTypeConfiguration
Returns the value of attribute configuration.
102 103 104 |
# File 'sig/types.rbs', line 102 def configuration @configuration end |
#type_info ⇒ Types::ActivityTypeInfo
Returns the value of attribute type_info.
101 102 103 |
# File 'sig/types.rbs', line 101 def type_info @type_info end |