Class: Aws::APIGateway::Types::SdkConfigurationProperty

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

Overview

A configuration property of an SDK type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value of an SdkType configuration property.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4627

class SdkConfigurationProperty < Struct.new(
  :name,
  :friendly_name,
  :description,
  :required,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of an SdkType configuration property.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4627

class SdkConfigurationProperty < Struct.new(
  :name,
  :friendly_name,
  :description,
  :required,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end

#friendly_nameString

The user-friendly name of an SdkType configuration property.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4627

class SdkConfigurationProperty < Struct.new(
  :name,
  :friendly_name,
  :description,
  :required,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a an SdkType configuration property.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4627

class SdkConfigurationProperty < Struct.new(
  :name,
  :friendly_name,
  :description,
  :required,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end

#requiredBoolean

A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).

Returns:

  • (Boolean)


4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4627

class SdkConfigurationProperty < Struct.new(
  :name,
  :friendly_name,
  :description,
  :required,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end