Struct aws_sdk_ssm::input::ResetServiceSettingInput [−][src]
Expand description
The request body of the ResetServiceSetting API operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.setting_id: Option<String>
The Amazon Resource Name (ARN) of the service setting to reset. The setting ID can be one of the following.
-
/ssm/automation/customer-script-log-destination
-
/ssm/automation/customer-script-log-group-name
-
/ssm/documents/console/public-sharing-permission
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
-
/ssm/managed-instance/activation-tier
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetServiceSetting, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetServiceSetting, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ResetServiceSetting
>
Creates a new builder-style object to manufacture ResetServiceSettingInput
The Amazon Resource Name (ARN) of the service setting to reset. The setting ID can be one of the following.
-
/ssm/automation/customer-script-log-destination
-
/ssm/automation/customer-script-log-group-name
-
/ssm/documents/console/public-sharing-permission
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
-
/ssm/managed-instance/activation-tier
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ResetServiceSettingInput
impl Send for ResetServiceSettingInput
impl Sync for ResetServiceSettingInput
impl Unpin for ResetServiceSettingInput
impl UnwindSafe for ResetServiceSettingInput
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