Struct rusoto_clouddirectory::Directory [] [src]

pub struct Directory {
    pub creation_date_time: Option<f64>,
    pub directory_arn: Option<String>,
    pub name: Option<String>,
    pub state: Option<String>,
}

Directory structure that includes the directory name and directory ARN.

Fields

The date and time when the directory was created.

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

The name of the directory.

The state of the directory. Can be either Enabled, Disabled, or Deleted.

Trait Implementations

impl Default for Directory
[src]

[src]

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

impl Debug for Directory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Directory
[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 Directory

impl Sync for Directory