Class: Aws::SSM::Types::GetOpsItemRequest

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

Overview

Note:

When making an API call, you may pass GetOpsItemRequest data as a hash:

{
  ops_item_id: "OpsItemId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#ops_item_idString

The ID of the OpsItem that you want to get.

Returns:

  • (String)


7608
7609
7610
7611
# File 'lib/aws-sdk-ssm/types.rb', line 7608

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