Struct aws_sdk_ec2::model::DestinationOptionsResponse
source · [−]#[non_exhaustive]pub struct DestinationOptionsResponse { /* private fields */ }
Expand description
Describes the destination options for a flow log.
Implementations
sourceimpl DestinationOptionsResponse
impl DestinationOptionsResponse
sourcepub fn file_format(&self) -> Option<&DestinationFileFormat>
pub fn file_format(&self) -> Option<&DestinationFileFormat>
The format for the flow log.
sourcepub fn hive_compatible_partitions(&self) -> Option<bool>
pub fn hive_compatible_partitions(&self) -> Option<bool>
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
sourcepub fn per_hour_partition(&self) -> Option<bool>
pub fn per_hour_partition(&self) -> Option<bool>
Indicates whether to partition the flow log per hour.
sourceimpl DestinationOptionsResponse
impl DestinationOptionsResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DestinationOptionsResponse
.
Trait Implementations
sourceimpl Clone for DestinationOptionsResponse
impl Clone for DestinationOptionsResponse
sourcefn clone(&self) -> DestinationOptionsResponse
fn clone(&self) -> DestinationOptionsResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DestinationOptionsResponse
impl Debug for DestinationOptionsResponse
sourceimpl PartialEq<DestinationOptionsResponse> for DestinationOptionsResponse
impl PartialEq<DestinationOptionsResponse> for DestinationOptionsResponse
sourcefn eq(&self, other: &DestinationOptionsResponse) -> bool
fn eq(&self, other: &DestinationOptionsResponse) -> bool
impl StructuralPartialEq for DestinationOptionsResponse
Auto Trait Implementations
impl RefUnwindSafe for DestinationOptionsResponse
impl Send for DestinationOptionsResponse
impl Sync for DestinationOptionsResponse
impl Unpin for DestinationOptionsResponse
impl UnwindSafe for DestinationOptionsResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more