Class: Aws::ApplicationSignals::Types::DeleteServiceLevelObjectiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::DeleteServiceLevelObjectiveInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ARN or name of the service level objective to delete.
Instance Attribute Details
#id ⇒ String
The ARN or name of the service level objective to delete.
229 230 231 232 233 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 229 class DeleteServiceLevelObjectiveInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |