Struct rusoto_apigateway::SdkType [] [src]

pub struct SdkType {
    pub configuration_properties: Option<Vec<SdkConfigurationProperty>>,
    pub description: Option<String>,
    pub friendly_name: Option<String>,
    pub id: Option<String>,
}

A type of SDK that API Gateway can generate.

Fields

A list of configuration properties of an SdkType.

The description of an SdkType.

The user-friendly name of an SdkType instance.

The identifier of an SdkType instance.

Trait Implementations

impl Default for SdkType
[src]

[src]

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

impl Debug for SdkType
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for SdkType