Parameter
public struct Parameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A range of values within which the parameter can be set.
Declaration
Swift
public let allowedValues: String? -
The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.
Declaration
Swift
public let changeType: ChangeType? -
The data type of the parameter. For example, integer:
Declaration
Swift
public let dataType: String? -
A description of the parameter
Declaration
Swift
public let description: String? -
Whether the customer is allowed to modify the parameter.
Declaration
Swift
public let isModifiable: IsModifiable? -
A list of node types, and specific parameter values for each node.
Declaration
Swift
public let nodeTypeSpecificValues: [NodeTypeSpecificValue]? -
The name of the parameter.
Declaration
Swift
public let parameterName: String? -
Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.
Declaration
Swift
public let parameterType: ParameterType? -
The value for the parameter.
Declaration
Swift
public let parameterValue: String? -
How the parameter is defined. For example, system denotes a system-defined parameter.
Declaration
Swift
public let source: String? -
init(allowedValues:changeType:dataType:description:isModifiable:nodeTypeSpecificValues:parameterName:parameterType:parameterValue:source:)Undocumented
Declaration
Swift
public init(allowedValues: String? = nil, changeType: ChangeType? = nil, dataType: String? = nil, description: String? = nil, isModifiable: IsModifiable? = nil, nodeTypeSpecificValues: [NodeTypeSpecificValue]? = nil, parameterName: String? = nil, parameterType: ParameterType? = nil, parameterValue: String? = nil, source: String? = nil)
View on GitHub
Parameter Structure Reference