Class: Aws::Types::PutEmailMonitoringConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arn::String

Returns the value of attribute log_group_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def role_arn
  @role_arn
end