Struct aws_sdk_redshift::model::AuthenticationProfile [−][src]
#[non_exhaustive]pub struct AuthenticationProfile {
pub authentication_profile_name: Option<String>,
pub authentication_profile_content: Option<String>,
}
Expand description
Describes an authentication profile.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.authentication_profile_name: Option<String>
The name of the authentication profile.
authentication_profile_content: Option<String>
The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
Implementations
The name of the authentication profile.
The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
Creates a new builder-style object to manufacture AuthenticationProfile
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AuthenticationProfile
impl Send for AuthenticationProfile
impl Sync for AuthenticationProfile
impl Unpin for AuthenticationProfile
impl UnwindSafe for AuthenticationProfile
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more