Class: Aws::Types::MetricAttribution
- Inherits:
-
Object
- Object
- Aws::Types::MetricAttribution
- 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.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#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.
-
#metrics_output_config ⇒ Types::MetricAttributionOutput
Returns the value of attribute metrics_output_config.
-
#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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def dataset_group_arn @dataset_group_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def last_updated_date_time @last_updated_date_time end |
#metric_attribution_arn ⇒ ::String
Returns the value of attribute metric_attribution_arn.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def metric_attribution_arn @metric_attribution_arn end |
#metrics_output_config ⇒ Types::MetricAttributionOutput
Returns the value of attribute metrics_output_config.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def metrics_output_config @metrics_output_config end |
#name ⇒ ::String
Returns the value of attribute name.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def status @status end |