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 with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

Trait Implementations

impl Default for SchemaFacet
[src]

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

impl Debug for SchemaFacet
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaFacet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SchemaFacet
[src]

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 Send for SchemaFacet

impl Sync for SchemaFacet