Struct rusoto_cognito_idp::ResourceServerType [] [src]

pub struct ResourceServerType {
    pub identifier: Option<String>,
    pub name: Option<String>,
    pub scopes: Option<Vec<ResourceServerScopeType>>,
    pub user_pool_id: Option<String>,
}

A container for information about a resource server for a user pool.

Fields

The identifier for the resource server.

The name of the resource server.

A list of scopes that are defined for the resource server.

The user pool ID for the user pool that hosts the resource server.

Trait Implementations

impl Default for ResourceServerType
[src]

[src]

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

impl Debug for ResourceServerType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResourceServerType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations