Skip to content

Api Gateway  >  Structures  >  SdkType

SdkType

Structure Class

SdkType dataclass

A type of SDK that API Gateway can generate.

Attributes

configuration_properties class-attribute instance-attribute
configuration_properties: list[SdkConfigurationProperty] | None = None

A list of configuration properties of an SdkType.

description class-attribute instance-attribute
description: str | None = None

The description of an SdkType.

friendly_name class-attribute instance-attribute
friendly_name: str | None = None

The user-friendly name of an SdkType instance.

id class-attribute instance-attribute
id: str | None = None

The identifier of an SdkType instance.