Class: Aws::Types::MonitoringJobDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_configTypes::MonitoringBaselineConfig

Returns the value of attribute baseline_config.



9368
9369
9370
# File 'sig/types.rbs', line 9368

def baseline_config
  @baseline_config
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

  • (::Hash[::String, ::String])


9374
9375
9376
# File 'sig/types.rbs', line 9374

def environment
  @environment
end

#monitoring_app_specificationTypes::MonitoringAppSpecification

Returns the value of attribute monitoring_app_specification.



9372
9373
9374
# File 'sig/types.rbs', line 9372

def monitoring_app_specification
  @monitoring_app_specification
end

#monitoring_inputs::Array[Types::MonitoringInput]

Returns the value of attribute monitoring_inputs.

Returns:



9369
9370
9371
# File 'sig/types.rbs', line 9369

def monitoring_inputs
  @monitoring_inputs
end

#monitoring_output_configTypes::MonitoringOutputConfig

Returns the value of attribute monitoring_output_config.



9370
9371
9372
# File 'sig/types.rbs', line 9370

def monitoring_output_config
  @monitoring_output_config
end

#monitoring_resourcesTypes::MonitoringResources

Returns the value of attribute monitoring_resources.



9371
9372
9373
# File 'sig/types.rbs', line 9371

def monitoring_resources
  @monitoring_resources
end

#network_configTypes::NetworkConfig

Returns the value of attribute network_config.



9375
9376
9377
# File 'sig/types.rbs', line 9375

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


9376
9377
9378
# File 'sig/types.rbs', line 9376

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



9373
9374
9375
# File 'sig/types.rbs', line 9373

def stopping_condition
  @stopping_condition
end