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§
source§impl 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.
source§impl DestinationOptionsResponse
impl DestinationOptionsResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DestinationOptionsResponse
.
Trait Implementations§
source§impl Clone for DestinationOptionsResponse
impl Clone for DestinationOptionsResponse
source§fn clone(&self) -> DestinationOptionsResponse
fn clone(&self) -> DestinationOptionsResponse
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 DestinationOptionsResponse
impl Debug for DestinationOptionsResponse
source§impl PartialEq<DestinationOptionsResponse> for DestinationOptionsResponse
impl PartialEq<DestinationOptionsResponse> for DestinationOptionsResponse
source§fn eq(&self, other: &DestinationOptionsResponse) -> bool
fn eq(&self, other: &DestinationOptionsResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.