Struct rusoto_clouddirectory::SchemaFacet [] [src]

pub struct SchemaFacet {
    pub facet_name: Option<String>,
    pub schema_arn: Option<String>,
}

A facet.

Fields

The name of the facet.

The ARN of the schema that contains the facet.

Trait Implementations

impl Default for SchemaFacet
[src]

[src]

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

impl Debug for SchemaFacet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaFacet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SchemaFacet

impl Sync for SchemaFacet