Class: Aws::Types::DescribeEmailMonitoringConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEmailMonitoringConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
398 399 400 |
# File 'sig/types.rbs', line 398 def log_group_arn @log_group_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def role_arn @role_arn end |