Class: Aws::Types::GetContactMetricsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4023
4024
4025
# File 'sig/types.rbs', line 4023

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4022
4023
4024
# File 'sig/types.rbs', line 4022

def id
  @id
end

#metric_results::Array[Types::ContactMetricResult]

Returns the value of attribute metric_results.

Returns:



4021
4022
4023
# File 'sig/types.rbs', line 4021

def metric_results
  @metric_results
end