Class: Aws::APIGateway::Types::SdkConfigurationProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::SdkConfigurationProperty
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A configuration property of an SDK type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ String
The default value of an SdkType configuration property.
-
#description ⇒ String
The description of an SdkType configuration property.
-
#friendly_name ⇒ String
The user-friendly name of an SdkType configuration property.
-
#name ⇒ String
The name of a an SdkType configuration property.
-
#required ⇒ Boolean
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (‘true`) or not (`false`).
Instance Attribute Details
#default_value ⇒ String
The default value of an SdkType configuration property.
4627 4628 4629 4630 4631 4632 4633 4634 4635 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4627 class SdkConfigurationProperty < Struct.new( :name, :friendly_name, :description, :required, :default_value) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of an SdkType configuration property.
4627 4628 4629 4630 4631 4632 4633 4634 4635 |
# File '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_name ⇒ String
The user-friendly name of an SdkType configuration property.
4627 4628 4629 4630 4631 4632 4633 4634 4635 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4627 class SdkConfigurationProperty < Struct.new( :name, :friendly_name, :description, :required, :default_value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a an SdkType configuration property.
4627 4628 4629 4630 4631 4632 4633 4634 4635 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4627 class SdkConfigurationProperty < Struct.new( :name, :friendly_name, :description, :required, :default_value) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (‘true`) or not (`false`).
4627 4628 4629 4630 4631 4632 4633 4634 4635 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4627 class SdkConfigurationProperty < Struct.new( :name, :friendly_name, :description, :required, :default_value) SENSITIVE = [] include Aws::Structure end |