Class: Aws::WorkMail::Types::DescribeEmailMonitoringConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arnString

The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1213

class DescribeEmailMonitoringConfigurationResponse < Struct.new(
  :role_arn,
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1213

class DescribeEmailMonitoringConfigurationResponse < Struct.new(
  :role_arn,
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end