StaticImageDeactivateScheduleActionSettings
public struct StaticImageDeactivateScheduleActionSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
Declaration
Swift
public let fadeOut: Int? -
The image overlay layer to deactivate, 0 to 7. Default is 0.
Declaration
Swift
public let layer: Int? -
Undocumented
Declaration
Swift
public init(fadeOut: Int? = nil, layer: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StaticImageDeactivateScheduleActionSettings Structure Reference