Class: Aws::Types::StatisticSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:statistic_properties])

Instance Attribute Summary collapse

Instance Attribute Details

#columns_referenced::Array[::String]

Returns the value of attribute columns_referenced.

Returns:

  • (::Array[::String])


7381
7382
7383
# File 'sig/types.rbs', line 7381

def columns_referenced
  @columns_referenced
end

#distribution_valueTypes::DistributionData

Returns the value of attribute distribution_value.



7379
7380
7381
# File 'sig/types.rbs', line 7379

def distribution_value
  @distribution_value
end

#double_value::Float

Returns the value of attribute double_value.

Returns:

  • (::Float)


7378
7379
7380
# File 'sig/types.rbs', line 7378

def double_value
  @double_value
end

#evaluation_level"Dataset", ...

Returns the value of attribute evaluation_level.

Returns:

  • ("Dataset", "Column", "Multicolumn")


7380
7381
7382
# File 'sig/types.rbs', line 7380

def evaluation_level
  @evaluation_level
end

#inclusion_annotationTypes::TimestampedInclusionAnnotation

Returns the value of attribute inclusion_annotation.



7385
7386
7387
# File 'sig/types.rbs', line 7385

def inclusion_annotation
  @inclusion_annotation
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


7375
7376
7377
# File 'sig/types.rbs', line 7375

def profile_id
  @profile_id
end

#recorded_on::Time

Returns the value of attribute recorded_on.

Returns:

  • (::Time)


7384
7385
7386
# File 'sig/types.rbs', line 7384

def recorded_on
  @recorded_on
end

#referenced_datasets::Array[::String]

Returns the value of attribute referenced_datasets.

Returns:

  • (::Array[::String])


7382
7383
7384
# File 'sig/types.rbs', line 7382

def referenced_datasets
  @referenced_datasets
end

#run_identifierTypes::RunIdentifier

Returns the value of attribute run_identifier.



7376
7377
7378
# File 'sig/types.rbs', line 7376

def run_identifier
  @run_identifier
end

#statistic_id::String

Returns the value of attribute statistic_id.

Returns:

  • (::String)


7374
7375
7376
# File 'sig/types.rbs', line 7374

def statistic_id
  @statistic_id
end

#statistic_name::String

Returns the value of attribute statistic_name.

Returns:

  • (::String)


7377
7378
7379
# File 'sig/types.rbs', line 7377

def statistic_name
  @statistic_name
end

#statistic_properties::Hash[::String, ::String]

Returns the value of attribute statistic_properties.

Returns:

  • (::Hash[::String, ::String])


7383
7384
7385
# File 'sig/types.rbs', line 7383

def statistic_properties
  @statistic_properties
end