Class: Aws::Types::MonitoringAppSpecification
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringAppSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
-
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#post_analytics_processor_source_uri ⇒ ::String
Returns the value of attribute post_analytics_processor_source_uri.
-
#record_preprocessor_source_uri ⇒ ::String
Returns the value of attribute record_preprocessor_source_uri.
Instance Attribute Details
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
9289 9290 9291 |
# File 'sig/types.rbs', line 9289 def container_arguments @container_arguments end |
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
9288 9289 9290 |
# File 'sig/types.rbs', line 9288 def container_entrypoint @container_entrypoint end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
9287 9288 9289 |
# File 'sig/types.rbs', line 9287 def image_uri @image_uri end |
#post_analytics_processor_source_uri ⇒ ::String
Returns the value of attribute post_analytics_processor_source_uri.
9291 9292 9293 |
# File 'sig/types.rbs', line 9291 def post_analytics_processor_source_uri @post_analytics_processor_source_uri end |
#record_preprocessor_source_uri ⇒ ::String
Returns the value of attribute record_preprocessor_source_uri.
9290 9291 9292 |
# File 'sig/types.rbs', line 9290 def record_preprocessor_source_uri @record_preprocessor_source_uri end |