SdkConfigurationProperty
public struct SdkConfigurationProperty : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The default value of an SdkType configuration property.
Declaration
Swift
public let defaultValue: String? -
The description of an SdkType configuration property.
Declaration
Swift
public let description: String? -
The user-friendly name of an SdkType configuration property.
Declaration
Swift
public let friendlyName: String? -
The name of a an SdkType configuration property.
Declaration
Swift
public let name: String? -
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).
Declaration
Swift
public let required: Bool? -
Undocumented
Declaration
Swift
public init(defaultValue: String? = nil, description: String? = nil, friendlyName: String? = nil, name: String? = nil, required: Bool? = nil)
View on GitHub
SdkConfigurationProperty Structure Reference