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.
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.
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.
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.
7326 7327 7328 |
# File 'sig/types.rbs', line 7326 def statistic_recorded_on @statistic_recorded_on end |