Class: Aws::Types::DQResultsPublishingOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_metrics_enabledBoolean

Returns the value of attribute cloud_watch_metrics_enabled.

Returns:

  • (Boolean)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def cloud_watch_metrics_enabled
  @cloud_watch_metrics_enabled
end

#evaluation_context::String

Returns the value of attribute evaluation_context.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def evaluation_context
  @evaluation_context
end

#results_publishing_enabledBoolean

Returns the value of attribute results_publishing_enabled.

Returns:

  • (Boolean)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def results_publishing_enabled
  @results_publishing_enabled
end

#results_s3_prefix::String

Returns the value of attribute results_s3_prefix.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def results_s3_prefix
  @results_s3_prefix
end