Struct aws_sdk_opensearch::model::CognitoOptionsStatus
source · #[non_exhaustive]pub struct CognitoOptionsStatus { /* private fields */ }
Expand description
The status of the Cognito options for the specified domain.
Implementations§
source§impl CognitoOptionsStatus
impl CognitoOptionsStatus
sourcepub fn options(&self) -> Option<&CognitoOptions>
pub fn options(&self) -> Option<&CognitoOptions>
Cognito options for the specified domain.
sourcepub fn status(&self) -> Option<&OptionStatus>
pub fn status(&self) -> Option<&OptionStatus>
The status of the Cognito options for the specified domain.
source§impl CognitoOptionsStatus
impl CognitoOptionsStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CognitoOptionsStatus
.
Trait Implementations§
source§impl Clone for CognitoOptionsStatus
impl Clone for CognitoOptionsStatus
source§fn clone(&self) -> CognitoOptionsStatus
fn clone(&self) -> CognitoOptionsStatus
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 more