Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectivesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceLevelObjectivesInput
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_attributes ⇒ Hash<String,String>
You can use this optional field to specify which services you want to retrieve SLO information for.
-
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
-
#operation_name ⇒ String
The name of the operation that this SLO is associated with.
Instance Attribute Details
#key_attributes ⇒ Hash<String,String>
You can use this optional field to specify which services you want to retrieve SLO information for.
This is a string-to-string map. It can include the following fields.
Type
designates the type of object this is.ResourceType
specifies the type of the resource. This field is used only when the value of theType
field isResource
orAWS::Resource
.Name
specifies the name of the object. This is used only if the value of theType
field isService
,RemoteService
, orAWS::Service
.Identifier
identifies the resource objects of this resource. This is used only if the value of theType
field isResource
orAWS::Resource
.Environment
specifies the location where this object is hosted, or what it belongs to.
723 724 725 726 727 728 729 730 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 723 class ListServiceLevelObjectivesInput < Struct.new( :key_attributes, :operation_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
723 724 725 726 727 728 729 730 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 723 class ListServiceLevelObjectivesInput < Struct.new( :key_attributes, :operation_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
723 724 725 726 727 728 729 730 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 723 class ListServiceLevelObjectivesInput < Struct.new( :key_attributes, :operation_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#operation_name ⇒ String
The name of the operation that this SLO is associated with.
723 724 725 726 727 728 729 730 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 723 class ListServiceLevelObjectivesInput < Struct.new( :key_attributes, :operation_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |