Class: Aws::SSM::Types::DeleteOpsItemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteOpsItemRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ops_item_id ⇒ String
The ID of the OpsItem that you want to delete.
Instance Attribute Details
#ops_item_id ⇒ String
The ID of the OpsItem that you want to delete.
4343 4344 4345 4346 4347 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4343 class DeleteOpsItemRequest < Struct.new( :ops_item_id) SENSITIVE = [] include Aws::Structure end |