Struct aws_sdk_dlm::types::ShareRule  
source · #[non_exhaustive]pub struct ShareRule { /* private fields */ }Expand description
[Snapshot policies only] Specifies a rule for sharing snapshots across Amazon Web Services accounts.
Implementations§
sourcepub fn target_accounts(&self) -> Option<&[String]>
 
pub fn target_accounts(&self) -> Option<&[String]>
The IDs of the Amazon Web Services accounts with which to share the snapshots.
The period after which snapshots that are shared with other Amazon Web Services accounts are automatically unshared.
The unit of time for the automatic unsharing interval.
sourcepub fn builder() -> ShareRuleBuilder
 
pub fn builder() -> ShareRuleBuilder
Creates a new builder-style object to manufacture ShareRule.