Struct aws_sdk_backup::input::CreateFrameworkInput
source · #[non_exhaustive]pub struct CreateFrameworkInput { /* private fields */ }
Implementations§
source§impl CreateFrameworkInput
impl CreateFrameworkInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateFramework, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateFramework, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFramework
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFrameworkInput
.
source§impl CreateFrameworkInput
impl CreateFrameworkInput
sourcepub fn framework_name(&self) -> Option<&str>
pub fn framework_name(&self) -> Option<&str>
The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
sourcepub fn framework_description(&self) -> Option<&str>
pub fn framework_description(&self) -> Option<&str>
An optional description of the framework with a maximum of 1,024 characters.
sourcepub fn framework_controls(&self) -> Option<&[FrameworkControl]>
pub fn framework_controls(&self) -> Option<&[FrameworkControl]>
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
sourcepub fn idempotency_token(&self) -> Option<&str>
pub fn idempotency_token(&self) -> Option<&str>
A customer-chosen string that you can use to distinguish between otherwise identical calls to CreateFrameworkInput
. Retrying a successful request with the same idempotency token results in a success message with no action taken.
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
Trait Implementations§
source§impl Clone for CreateFrameworkInput
impl Clone for CreateFrameworkInput
source§fn clone(&self) -> CreateFrameworkInput
fn clone(&self) -> CreateFrameworkInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateFrameworkInput
impl Debug for CreateFrameworkInput
source§impl PartialEq<CreateFrameworkInput> for CreateFrameworkInput
impl PartialEq<CreateFrameworkInput> for CreateFrameworkInput
source§fn eq(&self, other: &CreateFrameworkInput) -> bool
fn eq(&self, other: &CreateFrameworkInput) -> bool
self
and other
values to be equal, and is used
by ==
.