Struct aws_sdk_mgn::model::PostLaunchActions
source · #[non_exhaustive]pub struct PostLaunchActions { /* private fields */ }Expand description
Post Launch Actions to executed on the Test or Cutover instance.
Implementations§
source§impl PostLaunchActions
impl PostLaunchActions
sourcepub fn deployment(&self) -> Option<&PostLaunchActionsDeploymentType>
pub fn deployment(&self) -> Option<&PostLaunchActionsDeploymentType>
Deployment type in which AWS Systems Manager Documents will be executed.
sourcepub fn s3_log_bucket(&self) -> Option<&str>
pub fn s3_log_bucket(&self) -> Option<&str>
AWS Systems Manager Command's logs S3 log bucket.
sourcepub fn s3_output_key_prefix(&self) -> Option<&str>
pub fn s3_output_key_prefix(&self) -> Option<&str>
AWS Systems Manager Command's logs S3 output key prefix.
sourcepub fn cloud_watch_log_group_name(&self) -> Option<&str>
pub fn cloud_watch_log_group_name(&self) -> Option<&str>
AWS Systems Manager Command's CloudWatch log group name.
sourcepub fn ssm_documents(&self) -> Option<&[SsmDocument]>
pub fn ssm_documents(&self) -> Option<&[SsmDocument]>
AWS Systems Manager Documents.
source§impl PostLaunchActions
impl PostLaunchActions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PostLaunchActions.
Trait Implementations§
source§impl Clone for PostLaunchActions
impl Clone for PostLaunchActions
source§fn clone(&self) -> PostLaunchActions
fn clone(&self) -> PostLaunchActions
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 PostLaunchActions
impl Debug for PostLaunchActions
source§impl PartialEq<PostLaunchActions> for PostLaunchActions
impl PartialEq<PostLaunchActions> for PostLaunchActions
source§fn eq(&self, other: &PostLaunchActions) -> bool
fn eq(&self, other: &PostLaunchActions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.