Parameter
public struct Parameter : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Specifies the valid range of values for the parameter. DeclarationSwift public let allowedValues: String?
- 
                  
                  Indicates when to apply parameter updates. DeclarationSwift public let applyMethod: ApplyMethod?
- 
                  
                  Specifies the engine-specific parameters type. DeclarationSwift public let applyType: String?
- 
                  
                  Specifies the valid data type for the parameter. DeclarationSwift public let dataType: String?
- 
                  
                  Provides a description of the parameter. DeclarationSwift public let description: String?
- 
                  
                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. DeclarationSwift public let isModifiable: Bool?
- 
                  
                  The earliest engine version to which the parameter can apply. DeclarationSwift public let minimumEngineVersion: String?
- 
                  
                  Specifies the name of the parameter. DeclarationSwift public let parameterName: String?
- 
                  
                  Specifies the value of the parameter. DeclarationSwift public let parameterValue: String?
- 
                  
                  Indicates the source of the parameter value. DeclarationSwift public let source: String?
- 
                  init(allowedValues:applyMethod:applyType:dataType:description:isModifiable:minimumEngineVersion:parameterName:parameterValue:source:)Undocumented DeclarationSwift public init(allowedValues: String? = nil, applyMethod: ApplyMethod? = nil, applyType: String? = nil, dataType: String? = nil, description: String? = nil, isModifiable: Bool? = nil, minimumEngineVersion: String? = nil, parameterName: String? = nil, parameterValue: String? = nil, source: String? = nil)
 View on GitHub
View on GitHub Parameter Structure Reference
        Parameter Structure Reference