Class: Aws::Types::DatapointInclusionAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::DatapointInclusionAnnotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inclusion_annotation ⇒ "INCLUDE", "EXCLUDE"
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.
Instance Attribute Details
#inclusion_annotation ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion_annotation.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def inclusion_annotation @inclusion_annotation end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def profile_id @profile_id end |
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def statistic_id @statistic_id end |