Class: Aws::Types::MetricAttribution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def status
  @status
end