Class: Aws::ApplicationSignals::Types::GetServiceLevelObjectiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::GetServiceLevelObjectiveInput
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ARN or name of the SLO that you want to retrieve information about.
Instance Attribute Details
#id ⇒ String
The ARN or name of the SLO that you want to retrieve information about. You can find the ARNs of SLOs by using the ListServiceLevelObjectives operation.
1567 1568 1569 1570 1571 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1567 class GetServiceLevelObjectiveInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |