Struct aws_sdk_config::model::Relationship [−][src]
#[non_exhaustive]pub struct Relationship {
pub resource_type: Option<ResourceType>,
pub resource_id: Option<String>,
pub resource_name: Option<String>,
pub relationship_name: Option<String>,
}Expand description
The relationship of the related resource to the main resource.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.resource_type: Option<ResourceType>The resource type of the related resource.
resource_id: Option<String>The ID of the related resource (for example, sg-xxxxxx).
resource_name: Option<String>The custom name of the related resource, if available.
relationship_name: Option<String>The type of relationship with the related resource.
Implementations
The resource type of the related resource.
The ID of the related resource (for example, sg-xxxxxx).
The custom name of the related resource, if available.
The type of relationship with the related resource.
Creates a new builder-style object to manufacture Relationship
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Relationship
impl Send for Relationship
impl Sync for Relationship
impl Unpin for Relationship
impl UnwindSafe for Relationship
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
