Struct aws_sdk_securitylake::operation::get_data_lake_organization_configuration::GetDataLakeOrganizationConfigurationOutput
source · #[non_exhaustive]pub struct GetDataLakeOrganizationConfigurationOutput {
pub auto_enable_new_account: Option<Vec<DataLakeAutoEnableNewAccountConfiguration>>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.auto_enable_new_account: Option<Vec<DataLakeAutoEnableNewAccountConfiguration>>The configuration for new accounts.
Implementations§
source§impl GetDataLakeOrganizationConfigurationOutput
impl GetDataLakeOrganizationConfigurationOutput
sourcepub fn auto_enable_new_account(
&self
) -> &[DataLakeAutoEnableNewAccountConfiguration]
pub fn auto_enable_new_account( &self ) -> &[DataLakeAutoEnableNewAccountConfiguration]
The configuration for new accounts.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .auto_enable_new_account.is_none().
source§impl GetDataLakeOrganizationConfigurationOutput
impl GetDataLakeOrganizationConfigurationOutput
sourcepub fn builder() -> GetDataLakeOrganizationConfigurationOutputBuilder
pub fn builder() -> GetDataLakeOrganizationConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetDataLakeOrganizationConfigurationOutput.
Trait Implementations§
source§impl Clone for GetDataLakeOrganizationConfigurationOutput
impl Clone for GetDataLakeOrganizationConfigurationOutput
source§fn clone(&self) -> GetDataLakeOrganizationConfigurationOutput
fn clone(&self) -> GetDataLakeOrganizationConfigurationOutput
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 PartialEq for GetDataLakeOrganizationConfigurationOutput
impl PartialEq for GetDataLakeOrganizationConfigurationOutput
source§fn eq(&self, other: &GetDataLakeOrganizationConfigurationOutput) -> bool
fn eq(&self, other: &GetDataLakeOrganizationConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDataLakeOrganizationConfigurationOutput
impl RequestId for GetDataLakeOrganizationConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetDataLakeOrganizationConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetDataLakeOrganizationConfigurationOutput
impl Send for GetDataLakeOrganizationConfigurationOutput
impl Sync for GetDataLakeOrganizationConfigurationOutput
impl Unpin for GetDataLakeOrganizationConfigurationOutput
impl UnwindSafe for GetDataLakeOrganizationConfigurationOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.