Class: Aws::APIGateway::Types::SdkConfigurationProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::SdkConfigurationProperty
- 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
-
#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.
4628 4629 4630 4631 4632 4633 4634 4635 4636 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4628 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.
4628 4629 4630 4631 4632 4633 4634 4635 4636 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4628 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.
4628 4629 4630 4631 4632 4633 4634 4635 4636 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4628 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.
4628 4629 4630 4631 4632 4633 4634 4635 4636 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4628 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
).
4628 4629 4630 4631 4632 4633 4634 4635 4636 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4628 class SdkConfigurationProperty < Struct.new( :name, :friendly_name, :description, :required, :default_value) SENSITIVE = [] include Aws::Structure end |