PutConfigurationRecorderRequest
public struct PutConfigurationRecorderRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration recorder object that records each configuration change made to the resources.
Declaration
Swift
public let configurationRecorder: ConfigurationRecorder
-
Undocumented
Declaration
Swift
public init(configurationRecorder: ConfigurationRecorder)
-
Declaration
Swift
public func validate(name: String) throws