aws_sdk_workspacesweb/client/get_ip_access_settings.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`GetIpAccessSettings`](crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`ip_access_settings_arn(impl Into<String>)`](crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder::ip_access_settings_arn) / [`set_ip_access_settings_arn(Option<String>)`](crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder::set_ip_access_settings_arn):<br>required: **true**<br><p>The ARN of the IP access settings.</p><br>
7 /// - On success, responds with [`GetIpAccessSettingsOutput`](crate::operation::get_ip_access_settings::GetIpAccessSettingsOutput) with field(s):
8 /// - [`ip_access_settings(Option<IpAccessSettings>)`](crate::operation::get_ip_access_settings::GetIpAccessSettingsOutput::ip_access_settings): <p>The IP access settings.</p>
9 /// - On failure, responds with [`SdkError<GetIpAccessSettingsError>`](crate::operation::get_ip_access_settings::GetIpAccessSettingsError)
10 pub fn get_ip_access_settings(&self) -> crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder {
11 crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder::new(self.handle.clone())
12 }
13}