You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::OpsItemDataValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OpsItemDataValue as input to an Aws::Client method, you can use a vanilla Hash:

{
  value: "OpsItemDataValueString",
  type: "SearchableString", # accepts SearchableString, String
}

An object that defines the value of the key and its type in the OperationalData map.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of key-value pair. Valid types include SearchableString and String.

Possible values:

  • SearchableString
  • String

Returns:

  • (String)

    The type of key-value pair.

#valueString

The value of the OperationalData key.

Returns:

  • (String)

    The value of the OperationalData key.