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.
Constant Summary collapse
- SENSITIVE =
[]
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.
4679 4680 4681 4682 4683 4684 4685 4686 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4679 class SdkType < Struct.new( :id, :friendly_name, :description, :configuration_properties) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of an SdkType.
4679 4680 4681 4682 4683 4684 4685 4686 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4679 class SdkType < Struct.new( :id, :friendly_name, :description, :configuration_properties) SENSITIVE = [] include Aws::Structure end |