Class: Aws::Types::MetricAttributionSummary

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)


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.

Returns:

  • (::String)


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.

Returns:

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def status
  @status
end