Class: Aws::SSM::Types::DeleteOpsItemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteOpsItemRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
4242 4243 4244 4245 4246 |
# File 'lib/aws-sdk-ssm/types.rb', line 4242 class DeleteOpsItemRequest < Struct.new( :ops_item_id) SENSITIVE = [] include Aws::Structure end |