#[non_exhaustive]pub struct SetSecurityTokenServicePreferencesInput { /* private fields */ }Implementations§
source§impl SetSecurityTokenServicePreferencesInput
impl SetSecurityTokenServicePreferencesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetSecurityTokenServicePreferences, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetSecurityTokenServicePreferences, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetSecurityTokenServicePreferences>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetSecurityTokenServicePreferencesInput.
source§impl SetSecurityTokenServicePreferencesInput
impl SetSecurityTokenServicePreferencesInput
sourcepub fn global_endpoint_token_version(
&self
) -> Option<&GlobalEndpointTokenVersion>
pub fn global_endpoint_token_version(
&self
) -> Option<&GlobalEndpointTokenVersion>
The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
Trait Implementations§
source§impl Clone for SetSecurityTokenServicePreferencesInput
impl Clone for SetSecurityTokenServicePreferencesInput
source§fn clone(&self) -> SetSecurityTokenServicePreferencesInput
fn clone(&self) -> SetSecurityTokenServicePreferencesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<SetSecurityTokenServicePreferencesInput> for SetSecurityTokenServicePreferencesInput
impl PartialEq<SetSecurityTokenServicePreferencesInput> for SetSecurityTokenServicePreferencesInput
source§fn eq(&self, other: &SetSecurityTokenServicePreferencesInput) -> bool
fn eq(&self, other: &SetSecurityTokenServicePreferencesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.