pub struct SetSecurityTokenServicePreferencesRequest {
pub global_endpoint_token_version: String,
}
Fields§
§global_endpoint_token_version: String
The version of the global endpoint token. Version 1 tokens are valid only in AWS 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 AWS Region in the IAM User Guide.
Trait Implementations§
Source§impl Clone for SetSecurityTokenServicePreferencesRequest
impl Clone for SetSecurityTokenServicePreferencesRequest
Source§fn clone(&self) -> SetSecurityTokenServicePreferencesRequest
fn clone(&self) -> SetSecurityTokenServicePreferencesRequest
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 Default for SetSecurityTokenServicePreferencesRequest
impl Default for SetSecurityTokenServicePreferencesRequest
Source§fn default() -> SetSecurityTokenServicePreferencesRequest
fn default() -> SetSecurityTokenServicePreferencesRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetSecurityTokenServicePreferencesRequest
impl PartialEq for SetSecurityTokenServicePreferencesRequest
Source§fn eq(&self, other: &SetSecurityTokenServicePreferencesRequest) -> bool
fn eq(&self, other: &SetSecurityTokenServicePreferencesRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SetSecurityTokenServicePreferencesRequest
Auto Trait Implementations§
impl Freeze for SetSecurityTokenServicePreferencesRequest
impl RefUnwindSafe for SetSecurityTokenServicePreferencesRequest
impl Send for SetSecurityTokenServicePreferencesRequest
impl Sync for SetSecurityTokenServicePreferencesRequest
impl Unpin for SetSecurityTokenServicePreferencesRequest
impl UnwindSafe for SetSecurityTokenServicePreferencesRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more