class
Amazonite::ApiGateway::SdkConfigurationProperty
- Amazonite::ApiGateway::SdkConfigurationProperty
- Reference
- Object
Overview
A configuration property of an SDK type.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/sdk_configuration_property.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, friendly_name : String | Nil = nil, description : String | Nil = nil, required : Bool | Nil = nil, default_value : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#default_value : String | Nil
The default value of an SdkType configuration property.
-
#default_value=(default_value : String | Nil)
The default value of an SdkType configuration property.
-
#description : String | Nil
The description of an SdkType configuration property.
-
#description=(description : String | Nil)
The description of an SdkType configuration property.
-
#friendly_name : String | Nil
The user-friendly name of an SdkType configuration property.
-
#friendly_name=(friendly_name : String | Nil)
The user-friendly name of an SdkType configuration property.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of a an SdkType configuration property.
-
#name=(name : String | Nil)
The name of a an SdkType configuration property.
-
#required : Bool | Nil
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (
true) or not (false). -
#required=(required : Bool | Nil)
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (
true) or not (false). - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The default value of an SdkType configuration property.
The description of an SdkType configuration property.
The user-friendly name of an SdkType configuration property.
A boolean flag of an SdkType configuration property to indicate if the associated SDK
configuration property is required (true) or not (false).
A boolean flag of an SdkType configuration property to indicate if the associated SDK
configuration property is required (true) or not (false).