Class: Aws::Types::CreateMetricAttributionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def name
  @name
end