pub struct UpdatePublicSharingSettings { /* private fields */ }Expand description
Fluent builder constructing a request to UpdatePublicSharingSettings.
Use the UpdatePublicSharingSettings operation to turn on or turn off the public sharing settings of an Amazon QuickSight dashboard.
To use this operation, turn on session capacity pricing for your Amazon QuickSight account.
Before you can turn on public sharing on your account, make sure to give public sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon QuickSight, see Using Amazon QuickSight with IAM in the Amazon QuickSight User Guide.
Implementations§
source§impl UpdatePublicSharingSettings
impl UpdatePublicSharingSettings
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdatePublicSharingSettings, AwsResponseRetryClassifier>, SdkError<UpdatePublicSharingSettingsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdatePublicSharingSettings, AwsResponseRetryClassifier>, SdkError<UpdatePublicSharingSettingsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdatePublicSharingSettingsOutput, SdkError<UpdatePublicSharingSettingsError>>
pub async fn send(
self
) -> Result<UpdatePublicSharingSettingsOutput, SdkError<UpdatePublicSharingSettingsError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID associated with your Amazon QuickSight subscription.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID associated with your Amazon QuickSight subscription.
sourcepub fn public_sharing_enabled(self, input: bool) -> Self
pub fn public_sharing_enabled(self, input: bool) -> Self
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
sourcepub fn set_public_sharing_enabled(self, input: Option<bool>) -> Self
pub fn set_public_sharing_enabled(self, input: Option<bool>) -> Self
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
Trait Implementations§
source§impl Clone for UpdatePublicSharingSettings
impl Clone for UpdatePublicSharingSettings
source§fn clone(&self) -> UpdatePublicSharingSettings
fn clone(&self) -> UpdatePublicSharingSettings
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more