#[non_exhaustive]pub struct ProposedSegmentChange {
pub tags: Option<Vec<Tag>>,
pub attachment_policy_rule_number: Option<i32>,
pub segment_name: Option<String>,
}
Expand description
Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.The key-value tags that changed for the segment.
attachment_policy_rule_number: Option<i32>
The rule number in the policy document that applies to this change.
segment_name: Option<String>
The name of the segment to change.
Implementations
The key-value tags that changed for the segment.
The rule number in the policy document that applies to this change.
The name of the segment to change.
Creates a new builder-style object to manufacture ProposedSegmentChange
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ProposedSegmentChange
impl Send for ProposedSegmentChange
impl Sync for ProposedSegmentChange
impl Unpin for ProposedSegmentChange
impl UnwindSafe for ProposedSegmentChange
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more