You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::SdkConfigurationProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::SdkConfigurationProperty
- Defined in:
- (unknown)
Overview
A configuration property of an SDK type.
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.
#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
).