Struct aws_sdk_transfer::output::CreateAccessOutput [−][src]
#[non_exhaustive]pub struct CreateAccessOutput {
pub server_id: Option<String>,
pub external_id: Option<String>,
}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.server_id: Option<String>The ID of the server that the user is attached to.
external_id: Option<String>The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family.
Implementations
The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family.
Creates a new builder-style object to manufacture CreateAccessOutput
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 CreateAccessOutput
impl Send for CreateAccessOutput
impl Sync for CreateAccessOutput
impl Unpin for CreateAccessOutput
impl UnwindSafe for CreateAccessOutput
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
