Class: Aws::Types::DataQualityAppSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#container_arguments::Array[::String]

Returns the value of attribute container_arguments.

Returns:



3128
3129
3130
# File 'sig/types.rbs', line 3128

def container_arguments
  @container_arguments
end

#container_entrypoint::Array[::String]

Returns the value of attribute container_entrypoint.

Returns:



3127
3128
3129
# File 'sig/types.rbs', line 3127

def container_entrypoint
  @container_entrypoint
end

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

Returns the value of attribute environment.

Returns:



3131
3132
3133
# File 'sig/types.rbs', line 3131

def environment
  @environment
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:



3126
3127
3128
# File 'sig/types.rbs', line 3126

def image_uri
  @image_uri
end

#post_analytics_processor_source_uri::String

Returns the value of attribute post_analytics_processor_source_uri.

Returns:



3130
3131
3132
# File 'sig/types.rbs', line 3130

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.

Returns:



3129
3130
3131
# File 'sig/types.rbs', line 3129

def record_preprocessor_source_uri
  @record_preprocessor_source_uri
end