Class: Aws::Types::CreateMetricAttributionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMetricAttributionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#metrics ⇒ ::Array[Types::MetricAttribute]
Returns the value of attribute metrics.
-
#metrics_output_config ⇒ Types::MetricAttributionOutput
Returns the value of attribute metrics_output_config.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
340 341 342 |
# File 'sig/types.rbs', line 340 def dataset_group_arn @dataset_group_arn end |
#metrics ⇒ ::Array[Types::MetricAttribute]
Returns the value of attribute metrics.
341 342 343 |
# File 'sig/types.rbs', line 341 def metrics @metrics end |
#metrics_output_config ⇒ Types::MetricAttributionOutput
Returns the value of attribute metrics_output_config.
342 343 344 |
# File 'sig/types.rbs', line 342 def metrics_output_config @metrics_output_config end |
#name ⇒ ::String
Returns the value of attribute name.
339 340 341 |
# File 'sig/types.rbs', line 339 def name @name end |