Class: Aws::Types::StatisticAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::StatisticAnnotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
Returns the value of attribute inclusion_annotation.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
-
#statistic_recorded_on ⇒ ::Time
Returns the value of attribute statistic_recorded_on.
Instance Attribute Details
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
Returns the value of attribute inclusion_annotation.
7369 7370 7371 |
# File 'sig/types.rbs', line 7369 def inclusion_annotation @inclusion_annotation end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
7366 7367 7368 |
# File 'sig/types.rbs', line 7366 def profile_id @profile_id end |
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
7367 7368 7369 |
# File 'sig/types.rbs', line 7367 def statistic_id @statistic_id end |
#statistic_recorded_on ⇒ ::Time
Returns the value of attribute statistic_recorded_on.
7368 7369 7370 |
# File 'sig/types.rbs', line 7368 def statistic_recorded_on @statistic_recorded_on end |