Struct aws_sdk_detective::input::CreateGraphInput
source · #[non_exhaustive]pub struct CreateGraphInput { /* private fields */ }Implementations§
source§impl CreateGraphInput
impl CreateGraphInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGraph, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGraph, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateGraph>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateGraphInput.
source§impl CreateGraphInput
impl CreateGraphInput
The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.
Trait Implementations§
source§impl Clone for CreateGraphInput
impl Clone for CreateGraphInput
source§fn clone(&self) -> CreateGraphInput
fn clone(&self) -> CreateGraphInput
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 CreateGraphInput
impl Debug for CreateGraphInput
source§impl PartialEq<CreateGraphInput> for CreateGraphInput
impl PartialEq<CreateGraphInput> for CreateGraphInput
source§fn eq(&self, other: &CreateGraphInput) -> bool
fn eq(&self, other: &CreateGraphInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.