Struct rusoto_clouddirectory::TypedLinkSchemaAndFacetName [] [src]

pub struct TypedLinkSchemaAndFacetName {
    pub schema_arn: String,
    pub typed_link_name: String,
}

Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.

Fields

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

The unique name of the typed link facet.

Trait Implementations

impl Default for TypedLinkSchemaAndFacetName
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for TypedLinkSchemaAndFacetName
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TypedLinkSchemaAndFacetName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations