Class: Aws::SSM::Types::DeleteOpsItemRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ops_item_idString

The ID of the OpsItem that you want to delete.

Returns:

  • (String)


4220
4221
4222
4223
4224
# File 'lib/aws-sdk-ssm/types.rb', line 4220

class DeleteOpsItemRequest < Struct.new(
  :ops_item_id)
  SENSITIVE = []
  include Aws::Structure
end