Struct aws_sdk_config::model::relationship::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Relationship
Implementations
The resource type of the related resource.
The resource type of the related resource.
The ID of the related resource (for example, sg-xxxxxx).
The ID of the related resource (for example, sg-xxxxxx).
The custom name of the related resource, if available.
The custom name of the related resource, if available.
The type of relationship with the related resource.
The type of relationship with the related resource.
Consumes the builder and constructs a Relationship
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
