Struct aws_sdk_ssm::model::OpsItemDataValue
source · #[non_exhaustive]pub struct OpsItemDataValue { /* private fields */ }
Expand description
An object that defines the value of the key and its type in the OperationalData map.
Implementations§
source§impl OpsItemDataValue
impl OpsItemDataValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OpsItemDataValue
.
Trait Implementations§
source§impl Clone for OpsItemDataValue
impl Clone for OpsItemDataValue
source§fn clone(&self) -> OpsItemDataValue
fn clone(&self) -> OpsItemDataValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more