Struct aws_sdk_waf::operation::create_web_acl_migration_stack::CreateWebAclMigrationStackOutput
source · #[non_exhaustive]pub struct CreateWebAclMigrationStackOutput { /* private fields */ }Implementations§
source§impl CreateWebAclMigrationStackOutput
impl CreateWebAclMigrationStackOutput
sourcepub fn s3_object_url(&self) -> Option<&str>
pub fn s3_object_url(&self) -> Option<&str>
The URL of the template created in Amazon S3.
source§impl CreateWebAclMigrationStackOutput
impl CreateWebAclMigrationStackOutput
sourcepub fn builder() -> CreateWebAclMigrationStackOutputBuilder
pub fn builder() -> CreateWebAclMigrationStackOutputBuilder
Creates a new builder-style object to manufacture CreateWebAclMigrationStackOutput.
Trait Implementations§
source§impl Clone for CreateWebAclMigrationStackOutput
impl Clone for CreateWebAclMigrationStackOutput
source§fn clone(&self) -> CreateWebAclMigrationStackOutput
fn clone(&self) -> CreateWebAclMigrationStackOutput
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 PartialEq<CreateWebAclMigrationStackOutput> for CreateWebAclMigrationStackOutput
impl PartialEq<CreateWebAclMigrationStackOutput> for CreateWebAclMigrationStackOutput
source§fn eq(&self, other: &CreateWebAclMigrationStackOutput) -> bool
fn eq(&self, other: &CreateWebAclMigrationStackOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateWebAclMigrationStackOutput
impl RequestId for CreateWebAclMigrationStackOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.