#[non_exhaustive]pub struct CreateSegmentInput { /* private fields */ }
Implementations§
source§impl CreateSegmentInput
impl CreateSegmentInput
sourcepub fn pattern(&self) -> Option<&str>
pub fn pattern(&self) -> Option<&str>
The pattern to use for the segment. For more information about pattern syntax, see Segment rule pattern syntax.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
An optional description for this segment.
Assigns one or more tags (key-value pairs) to the segment.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a segment.
For more information, see Tagging Amazon Web Services resources.
source§impl CreateSegmentInput
impl CreateSegmentInput
sourcepub fn builder() -> CreateSegmentInputBuilder
pub fn builder() -> CreateSegmentInputBuilder
Creates a new builder-style object to manufacture CreateSegmentInput
.
source§impl CreateSegmentInput
impl CreateSegmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSegment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateSegment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSegment
>
Trait Implementations§
source§impl Clone for CreateSegmentInput
impl Clone for CreateSegmentInput
source§fn clone(&self) -> CreateSegmentInput
fn clone(&self) -> CreateSegmentInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateSegmentInput
impl Debug for CreateSegmentInput
source§impl PartialEq<CreateSegmentInput> for CreateSegmentInput
impl PartialEq<CreateSegmentInput> for CreateSegmentInput
source§fn eq(&self, other: &CreateSegmentInput) -> bool
fn eq(&self, other: &CreateSegmentInput) -> bool
self
and other
values to be equal, and is used
by ==
.