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)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def cloud_watch_metrics_enabled
  @cloud_watch_metrics_enabled
end

#evaluation_context::String

Returns the value of attribute evaluation_context.

Returns:

  • (::String)


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

def evaluation_context
  @evaluation_context
end

#results_publishing_enabledBoolean

Returns the value of attribute results_publishing_enabled.

Returns:

  • (Boolean)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def results_publishing_enabled
  @results_publishing_enabled
end

#results_s3_prefix::String

Returns the value of attribute results_s3_prefix.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def results_s3_prefix
  @results_s3_prefix
end