Struct rusoto_clouddirectory::BatchCreateObject [] [src]

pub struct BatchCreateObject {
    pub batch_reference_name: String,
    pub link_name: String,
    pub object_attribute_list: Vec<AttributeKeyAndValue>,
    pub parent_reference: ObjectReference,
    pub schema_facet: Vec<SchemaFacet>,
}

Represents the output of a CreateObject operation.

Fields

The batch reference name. See Batches for more information.

The name of the link.

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

If specified, the parent reference to which this object will be attached.

A list of FacetArns that will be associated with the object. For more information, see arns.

Trait Implementations

impl Default for BatchCreateObject
[src]

[src]

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

impl Debug for BatchCreateObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchCreateObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations