Struct aws_sdk_ssm::model::document_parameter::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DocumentParameter
Implementations
The type of parameter. The type can be either String or StringList.
The type of parameter. The type can be either String or StringList.
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
Consumes the builder and constructs a DocumentParameter
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more