Class: Aws::Types::PutEmailMonitoringConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEmailMonitoringConfigurationRequest
- 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.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#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.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def log_group_arn @log_group_arn end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def organization_id @organization_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def role_arn @role_arn end |