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)


4371
4372
4373
4374
4375
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4371

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