Class: Aws::WorkMail::Types::DescribeEmailMonitoringConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeEmailMonitoringConfigurationResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.
Instance Attribute Details
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1316 class DescribeEmailMonitoringConfigurationResponse < Struct.new( :role_arn, :log_group_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.
1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1316 class DescribeEmailMonitoringConfigurationResponse < Struct.new( :role_arn, :log_group_arn) SENSITIVE = [] include Aws::Structure end |