Struct rusoto_clouddirectory::ListDevelopmentSchemaArnsResponse [] [src]

pub struct ListDevelopmentSchemaArnsResponse {
    pub next_token: Option<String>,
    pub schema_arns: Option<Vec<String>>,
}

Fields

The pagination token.

The ARNs of retrieved development schemas.

Trait Implementations

impl Default for ListDevelopmentSchemaArnsResponse
[src]

[src]

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

impl Debug for ListDevelopmentSchemaArnsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListDevelopmentSchemaArnsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more