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
- Struct
- Aws::SSM::Types::OpsItemDataValue
- 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
-
#type ⇒ String
The type of key-value pair.
-
#value ⇒ String
The value of the OperationalData key.
Instance Attribute Details
#type ⇒ String
The type of key-value pair. Valid types include SearchableString
and
String
.
Possible values:
- SearchableString
- String
#value ⇒ String
The value of the OperationalData key.