Class: Aws::APIGateway::Types::SdkType
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::SdkType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A type of SDK that API Gateway can generate.
Instance Attribute Summary collapse
-
#configuration_properties ⇒ Array<Types::SdkConfigurationProperty>
A list of configuration properties of an SdkType.
-
#description ⇒ String
The description of an SdkType.
-
#friendly_name ⇒ String
The user-friendly name of an SdkType instance.
-
#id ⇒ String
The identifier of an SdkType instance.
Instance Attribute Details
#configuration_properties ⇒ Array<Types::SdkConfigurationProperty>
A list of configuration properties of an SdkType.
5450 5451 5452 5453 5454 5455 5456 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5450 class SdkType < Struct.new( :id, :friendly_name, :description, :configuration_properties) include Aws::Structure end |
#description ⇒ String
The description of an SdkType.
5450 5451 5452 5453 5454 5455 5456 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5450 class SdkType < Struct.new( :id, :friendly_name, :description, :configuration_properties) include Aws::Structure end |