RemediationParameterValue
public struct RemediationParameterValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value is dynamic and changes at run-time.
Declaration
Swift
public let resourceValue: ResourceValue?
-
The value is static and does not change at run-time.
Declaration
Swift
public let staticValue: StaticValue?
-
Undocumented
Declaration
Swift
public init(resourceValue: ResourceValue? = nil, staticValue: StaticValue? = nil)
-
Declaration
Swift
public func validate(name: String) throws