DescribeConfigurationRecorderStatusRequest
public struct DescribeConfigurationRecorderStatusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
Declaration
Swift
public let configurationRecorderNames: [String]?
-
Undocumented
Declaration
Swift
public init(configurationRecorderNames: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws