[−][src]Struct rusoto_opsworkscm::ExportServerEngineAttributeRequest
Fields
export_attribute_name: String
The name of the export attribute. Currently, the supported export attribute is Userdata
. This exports a user data script that includes parameters and values provided in the InputAttributes
list.
input_attributes: Option<Vec<EngineAttribute>>
The list of engine attributes. The list type is EngineAttribute
. An EngineAttribute
list item is a pair that includes an attribute name and its value. For the Userdata
ExportAttributeName, the following are supported engine attribute names.
-
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
-
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the organization
default
. In Puppet, this parameter is ignored. -
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
-
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
server_name: String
The name of the server from which you are exporting the attribute.
Trait Implementations
impl PartialEq<ExportServerEngineAttributeRequest> for ExportServerEngineAttributeRequest
[src]
fn eq(&self, other: &ExportServerEngineAttributeRequest) -> bool
[src]
fn ne(&self, other: &ExportServerEngineAttributeRequest) -> bool
[src]
impl Default for ExportServerEngineAttributeRequest
[src]
impl Clone for ExportServerEngineAttributeRequest
[src]
fn clone(&self) -> ExportServerEngineAttributeRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ExportServerEngineAttributeRequest
[src]
impl Serialize for ExportServerEngineAttributeRequest
[src]
Auto Trait Implementations
impl Send for ExportServerEngineAttributeRequest
impl Sync for ExportServerEngineAttributeRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self