Class: Aws::APIGateway::Types::SdkType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

A type of SDK that API Gateway can generate.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_propertiesArray<Types::SdkConfigurationProperty>

A list of configuration properties of an SdkType.



6329
6330
6331
6332
6333
6334
6335
# File 'lib/aws-sdk-apigateway/types.rb', line 6329

class SdkType < Struct.new(
  :id,
  :friendly_name,
  :description,
  :configuration_properties)
  include Aws::Structure
end

#descriptionString

The description of an SdkType.

Returns:

  • (String)


6329
6330
6331
6332
6333
6334
6335
# File 'lib/aws-sdk-apigateway/types.rb', line 6329

class SdkType < Struct.new(
  :id,
  :friendly_name,
  :description,
  :configuration_properties)
  include Aws::Structure
end

#friendly_nameString

The user-friendly name of an SdkType instance.

Returns:

  • (String)


6329
6330
6331
6332
6333
6334
6335
# File 'lib/aws-sdk-apigateway/types.rb', line 6329

class SdkType < Struct.new(
  :id,
  :friendly_name,
  :description,
  :configuration_properties)
  include Aws::Structure
end

#idString

The identifier of an SdkType instance.

Returns:

  • (String)


6329
6330
6331
6332
6333
6334
6335
# File 'lib/aws-sdk-apigateway/types.rb', line 6329

class SdkType < Struct.new(
  :id,
  :friendly_name,
  :description,
  :configuration_properties)
  include Aws::Structure
end