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.
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.
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.
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.
7358 7359 7360 |
# File 'sig/types.rbs', line 7358 def statistic_recorded_on @statistic_recorded_on end |