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

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

Overview

A type of SDK that API Gateway can generate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_propertiesArray<Types::SdkConfigurationProperty>

A list of configuration properties of an SdkType.



4678
4679
4680
4681
4682
4683
4684
4685
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4678

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

#descriptionString

The description of an SdkType.

Returns:

  • (String)


4678
4679
4680
4681
4682
4683
4684
4685
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4678

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

#friendly_nameString

The user-friendly name of an SdkType instance.

Returns:

  • (String)


4678
4679
4680
4681
4682
4683
4684
4685
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4678

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

#idString

The identifier of an SdkType instance.

Returns:

  • (String)


4678
4679
4680
4681
4682
4683
4684
4685
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4678

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