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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


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