Class: Aws::Types::MonitoringOutputConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


9407
9408
9409
# File 'sig/types.rbs', line 9407

def kms_key_id
  @kms_key_id
end

#monitoring_outputs::Array[Types::MonitoringOutput]

Returns the value of attribute monitoring_outputs.

Returns:



9406
9407
9408
# File 'sig/types.rbs', line 9406

def monitoring_outputs
  @monitoring_outputs
end