Class: Aws::Types::MonitoringJobDefinition
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringJobDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_config ⇒ Types::MonitoringBaselineConfig
Returns the value of attribute baseline_config.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#monitoring_app_specification ⇒ Types::MonitoringAppSpecification
Returns the value of attribute monitoring_app_specification.
-
#monitoring_inputs ⇒ ::Array[Types::MonitoringInput]
Returns the value of attribute monitoring_inputs.
-
#monitoring_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute monitoring_output_config.
-
#monitoring_resources ⇒ Types::MonitoringResources
Returns the value of attribute monitoring_resources.
-
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
Instance Attribute Details
#baseline_config ⇒ Types::MonitoringBaselineConfig
Returns the value of attribute baseline_config.
9353 9354 9355 |
# File 'sig/types.rbs', line 9353 def baseline_config @baseline_config end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
9359 9360 9361 |
# File 'sig/types.rbs', line 9359 def environment @environment end |
#monitoring_app_specification ⇒ Types::MonitoringAppSpecification
Returns the value of attribute monitoring_app_specification.
9357 9358 9359 |
# File 'sig/types.rbs', line 9357 def monitoring_app_specification @monitoring_app_specification end |
#monitoring_inputs ⇒ ::Array[Types::MonitoringInput]
Returns the value of attribute monitoring_inputs.
9354 9355 9356 |
# File 'sig/types.rbs', line 9354 def monitoring_inputs @monitoring_inputs end |
#monitoring_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute monitoring_output_config.
9355 9356 9357 |
# File 'sig/types.rbs', line 9355 def monitoring_output_config @monitoring_output_config end |
#monitoring_resources ⇒ Types::MonitoringResources
Returns the value of attribute monitoring_resources.
9356 9357 9358 |
# File 'sig/types.rbs', line 9356 def monitoring_resources @monitoring_resources end |
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
9360 9361 9362 |
# File 'sig/types.rbs', line 9360 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9361 9362 9363 |
# File 'sig/types.rbs', line 9361 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
9358 9359 9360 |
# File 'sig/types.rbs', line 9358 def stopping_condition @stopping_condition end |