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]

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

impl Debug for SdkType
[src]

Formats the value using the given formatter. Read more

impl Clone for SdkType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SdkType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for SdkType

impl Sync for SdkType