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)


9392
9393
9394
# File 'sig/types.rbs', line 9392

def kms_key_id
  @kms_key_id
end

#monitoring_outputs::Array[Types::MonitoringOutput]

Returns the value of attribute monitoring_outputs.

Returns:



9391
9392
9393
# File 'sig/types.rbs', line 9391

def monitoring_outputs
  @monitoring_outputs
end