Class: Aws::WorkMail::Types::PutEmailMonitoringConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::PutEmailMonitoringConfigurationRequest
- 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.
-
#organization_id ⇒ String
The ID of the organization for which the email monitoring configuration is set.
-
#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.
3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3503 class PutEmailMonitoringConfigurationRequest < Struct.new( :organization_id, :role_arn, :log_group_arn) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The ID of the organization for which the email monitoring configuration is set.
3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3503 class PutEmailMonitoringConfigurationRequest < Struct.new( :organization_id, :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.
3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3503 class PutEmailMonitoringConfigurationRequest < Struct.new( :organization_id, :role_arn, :log_group_arn) SENSITIVE = [] include Aws::Structure end |