Class: Aws::Types::StatisticAnnotation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inclusion_annotationTypes::TimestampedInclusionAnnotation

Returns the value of attribute inclusion_annotation.



7327
7328
7329
# File 'sig/types.rbs', line 7327

def inclusion_annotation
  @inclusion_annotation
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


7324
7325
7326
# File 'sig/types.rbs', line 7324

def profile_id
  @profile_id
end

#statistic_id::String

Returns the value of attribute statistic_id.

Returns:

  • (::String)


7325
7326
7327
# File 'sig/types.rbs', line 7325

def statistic_id
  @statistic_id
end

#statistic_recorded_on::Time

Returns the value of attribute statistic_recorded_on.

Returns:

  • (::Time)


7326
7327
7328
# File 'sig/types.rbs', line 7326

def statistic_recorded_on
  @statistic_recorded_on
end