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.



7359
7360
7361
# File 'sig/types.rbs', line 7359

def inclusion_annotation
  @inclusion_annotation
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


7356
7357
7358
# File 'sig/types.rbs', line 7356

def profile_id
  @profile_id
end

#statistic_id::String

Returns the value of attribute statistic_id.

Returns:

  • (::String)


7357
7358
7359
# File 'sig/types.rbs', line 7357

def statistic_id
  @statistic_id
end

#statistic_recorded_on::Time

Returns the value of attribute statistic_recorded_on.

Returns:

  • (::Time)


7358
7359
7360
# File 'sig/types.rbs', line 7358

def statistic_recorded_on
  @statistic_recorded_on
end