Struct aws_sdk_s3control::output::GetAccessPointForObjectLambdaOutput [−][src]
#[non_exhaustive]pub struct GetAccessPointForObjectLambdaOutput {
pub name: Option<String>,
pub public_access_block_configuration: Option<PublicAccessBlockConfiguration>,
pub creation_date: Option<DateTime>,
}
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.name: Option<String>
The name of the Object Lambda Access Point.
public_access_block_configuration: Option<PublicAccessBlockConfiguration>
Configuration to block all public access. This setting is turned on and can not be edited.
creation_date: Option<DateTime>
The date and time when the specified Object Lambda Access Point was created.
Implementations
Configuration to block all public access. This setting is turned on and can not be edited.
The date and time when the specified Object Lambda Access Point was created.
Creates a new builder-style object to manufacture GetAccessPointForObjectLambdaOutput
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 Send for GetAccessPointForObjectLambdaOutput
impl Sync for GetAccessPointForObjectLambdaOutput
impl Unpin for GetAccessPointForObjectLambdaOutput
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