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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_propertiesArray<Types::SdkConfigurationProperty>

A list of configuration properties of an SdkType.


6609
6610
6611
6612
6613
6614
6615
6616
# File 'lib/aws-sdk-apigateway/types.rb', line 6609

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

#descriptionString

The description of an SdkType.

Returns:

  • (String)

6609
6610
6611
6612
6613
6614
6615
6616
# File 'lib/aws-sdk-apigateway/types.rb', line 6609

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)

6609
6610
6611
6612
6613
6614
6615
6616
# File 'lib/aws-sdk-apigateway/types.rb', line 6609

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

#idString

The identifier of an SdkType instance.

Returns:

  • (String)

6609
6610
6611
6612
6613
6614
6615
6616
# File 'lib/aws-sdk-apigateway/types.rb', line 6609

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