Class: Aws::Types::DataQualityAppSpecification
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityAppSpecification
- 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.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#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.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def container_arguments @container_arguments end |
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def container_entrypoint @container_entrypoint end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def environment @environment end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def image_uri @image_uri end |
#post_analytics_processor_source_uri ⇒ ::String
Returns the value of attribute post_analytics_processor_source_uri.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 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.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def record_preprocessor_source_uri @record_preprocessor_source_uri end |