Struct aws_sdk_glue::model::DataLakePrincipal
source · #[non_exhaustive]pub struct DataLakePrincipal { /* private fields */ }Expand description
The Lake Formation principal.
Implementations§
source§impl DataLakePrincipal
impl DataLakePrincipal
sourcepub fn data_lake_principal_identifier(&self) -> Option<&str>
pub fn data_lake_principal_identifier(&self) -> Option<&str>
An identifier for the Lake Formation principal.
source§impl DataLakePrincipal
impl DataLakePrincipal
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataLakePrincipal.
Trait Implementations§
source§impl Clone for DataLakePrincipal
impl Clone for DataLakePrincipal
source§fn clone(&self) -> DataLakePrincipal
fn clone(&self) -> DataLakePrincipal
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 Debug for DataLakePrincipal
impl Debug for DataLakePrincipal
source§impl PartialEq<DataLakePrincipal> for DataLakePrincipal
impl PartialEq<DataLakePrincipal> for DataLakePrincipal
source§fn eq(&self, other: &DataLakePrincipal) -> bool
fn eq(&self, other: &DataLakePrincipal) -> bool
This method tests for
self and other values to be equal, and is used
by ==.