Class: Aws::ApplicationSignals::Types::ServiceLevelObjectiveSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceLevelObjectiveSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
A structure that contains information about one service level objective (SLO) created in Application Signals.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of this service level objective.
-
#created_time ⇒ Time
The date and time that this service level objective was created.
-
#key_attributes ⇒ Hash<String,String>
This is a string-to-string map.
-
#name ⇒ String
The name of the service level objective.
-
#operation_name ⇒ String
If this service level objective is specific to a single operation, this field displays the name of that operation.
Instance Attribute Details
#arn ⇒ String
The ARN of this service level objective.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2170 class ServiceLevelObjectiveSummary < Struct.new( :arn, :name, :key_attributes, :operation_name, :created_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that this service level objective was created. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2170 class ServiceLevelObjectiveSummary < Struct.new( :arn, :name, :key_attributes, :operation_name, :created_time) SENSITIVE = [] include Aws::Structure end |
#key_attributes ⇒ Hash<String,String>
This is a string-to-string map. It can include the following fields.
-
‘Type` designates the type of object this service level objective is for.
-
‘ResourceType` specifies the type of the resource. This field is used only when the value of the `Type` field is `Resource` or `AWS::Resource`.
-
‘Name` specifies the name of the object. This is used only if the value of the `Type` field is `Service`, `RemoteService`, or `AWS::Service`.
-
‘Identifier` identifies the resource objects of this resource. This is used only if the value of the `Type` field is `Resource` or `AWS::Resource`.
-
‘Environment` specifies the location where this object is hosted, or what it belongs to.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2170 class ServiceLevelObjectiveSummary < Struct.new( :arn, :name, :key_attributes, :operation_name, :created_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service level objective.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2170 class ServiceLevelObjectiveSummary < Struct.new( :arn, :name, :key_attributes, :operation_name, :created_time) SENSITIVE = [] include Aws::Structure end |
#operation_name ⇒ String
If this service level objective is specific to a single operation, this field displays the name of that operation.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2170 class ServiceLevelObjectiveSummary < Struct.new( :arn, :name, :key_attributes, :operation_name, :created_time) SENSITIVE = [] include Aws::Structure end |