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.
6547 6548 6549 6550 6551 6552 6553 6554 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6547 class SdkType < Struct.new( :id, :friendly_name, :description, :configuration_properties) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of an SdkType.
6547 6548 6549 6550 6551 6552 6553 6554 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6547 class SdkType < Struct.new( :id, :friendly_name, :description, :configuration_properties) SENSITIVE = [] include Aws::Structure end |