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)


25749
25750
25751
25752
25753
25754
25755
25756
25757
25758
25759
# File 'lib/aws-sdk-connect/types.rb', line 25749

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)


25749
25750
25751
25752
25753
25754
25755
25756
25757
25758
25759
# File 'lib/aws-sdk-connect/types.rb', line 25749

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)


25749
25750
25751
25752
25753
25754
25755
25756
25757
25758
25759
# File 'lib/aws-sdk-connect/types.rb', line 25749

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)


25749
25750
25751
25752
25753
25754
25755
25756
25757
25758
25759
# File 'lib/aws-sdk-connect/types.rb', line 25749

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)


25749
25750
25751
25752
25753
25754
25755
25756
25757
25758
25759
# File 'lib/aws-sdk-connect/types.rb', line 25749

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)


25749
25750
25751
25752
25753
25754
25755
25756
25757
25758
25759
# File 'lib/aws-sdk-connect/types.rb', line 25749

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)


25749
25750
25751
25752
25753
25754
25755
25756
25757
25758
25759
# File 'lib/aws-sdk-connect/types.rb', line 25749

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