Class: Aws::Types::MetricAttributionSummary
- Inherits:
-
Object
- Object
- Aws::Types::MetricAttributionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#metric_attribution_arn ⇒ ::String
Returns the value of attribute metric_attribution_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def last_updated_date_time @last_updated_date_time end |
#metric_attribution_arn ⇒ ::String
Returns the value of attribute metric_attribution_arn.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def metric_attribution_arn @metric_attribution_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def status @status end |