Class: Aws::Connect::Types::MetricSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::MetricSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the metric.
-
#id ⇒ String
The identifier of the metric.
-
#last_modified_region ⇒ String
The region where the metric was last modified.
-
#last_modified_time ⇒ Time
The timestamp of when the metric was last modified.
-
#name ⇒ String
The name of the metric.
-
#status ⇒ String
The publish status of the metric.
-
#type ⇒ String
The type of the metric.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the metric.
26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26492 class MetricSummary < Struct.new( :arn, :id, :name, :status, :type, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the metric.
26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26492 class MetricSummary < Struct.new( :arn, :id, :name, :status, :type, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The region where the metric was last modified.
26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26492 class MetricSummary < Struct.new( :arn, :id, :name, :status, :type, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp of when the metric was last modified.
26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26492 class MetricSummary < Struct.new( :arn, :id, :name, :status, :type, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the metric.
26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26492 class MetricSummary < Struct.new( :arn, :id, :name, :status, :type, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The publish status of the metric.
26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26492 class MetricSummary < Struct.new( :arn, :id, :name, :status, :type, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the metric.
26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26492 class MetricSummary < Struct.new( :arn, :id, :name, :status, :type, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |