Struct rusoto_clouddirectory::GetSchemaAsJsonResponse [] [src]

pub struct GetSchemaAsJsonResponse {
    pub document: Option<String>,
    pub name: Option<String>,
}

Fields

The JSON representation of the schema document.

The name of the retrieved schema.

Trait Implementations

impl Default for GetSchemaAsJsonResponse
[src]

[src]

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

impl Debug for GetSchemaAsJsonResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetSchemaAsJsonResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations