Class: Aws::Types::WorkmailAction
- Inherits:
-
Object
- Object
- Aws::Types::WorkmailAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_arn ⇒ ::String
Returns the value of attribute organization_arn.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#organization_arn ⇒ ::String
Returns the value of attribute organization_arn.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def organization_arn @organization_arn end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def topic_arn @topic_arn end |