Class: Aws::SSM::Types::CreateOpsItemResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#ops_item_idString

The ID of the OpsItem.

Returns:

  • (String)


3031
3032
3033
3034
# File 'lib/aws-sdk-ssm/types.rb', line 3031

class CreateOpsItemResponse < Struct.new(
  :ops_item_id)
  include Aws::Structure
end