Class: Aws::Connect::Types::MetricSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Contains summary information about a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the metric.

Returns:

  • (String)


25764
25765
25766
25767
25768
25769
25770
25771
25772
25773
25774
# File 'lib/aws-sdk-connect/types.rb', line 25764

class MetricSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :last_modified_region,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the metric.

Returns:

  • (String)


25764
25765
25766
25767
25768
25769
25770
25771
25772
25773
25774
# File 'lib/aws-sdk-connect/types.rb', line 25764

class MetricSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :last_modified_region,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The region where the metric was last modified.

Returns:

  • (String)


25764
25765
25766
25767
25768
25769
25770
25771
25772
25773
25774
# File 'lib/aws-sdk-connect/types.rb', line 25764

class MetricSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :last_modified_region,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp of when the metric was last modified.

Returns:

  • (Time)


25764
25765
25766
25767
25768
25769
25770
25771
25772
25773
25774
# File 'lib/aws-sdk-connect/types.rb', line 25764

class MetricSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :last_modified_region,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the metric.

Returns:

  • (String)


25764
25765
25766
25767
25768
25769
25770
25771
25772
25773
25774
# File 'lib/aws-sdk-connect/types.rb', line 25764

class MetricSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :last_modified_region,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The publish status of the metric.

Returns:

  • (String)


25764
25765
25766
25767
25768
25769
25770
25771
25772
25773
25774
# File 'lib/aws-sdk-connect/types.rb', line 25764

class MetricSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :last_modified_region,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the metric.

Returns:

  • (String)


25764
25765
25766
25767
25768
25769
25770
25771
25772
25773
25774
# File 'lib/aws-sdk-connect/types.rb', line 25764

class MetricSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :last_modified_region,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end