UpdateRuntimeConfigurationOutput
public struct UpdateRuntimeConfigurationOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The runtime configuration currently in force. If the update was successful, this object matches the one in the request.
Declaration
Swift
public let runtimeConfiguration: RuntimeConfiguration?
-
Undocumented
Declaration
Swift
public init(runtimeConfiguration: RuntimeConfiguration? = nil)