DescribeConfigurationRecordersResponse
public struct DescribeConfigurationRecordersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list that contains the descriptions of the specified configuration recorders.
Declaration
Swift
public let configurationRecorders: [ConfigurationRecorder]? -
Undocumented
Declaration
Swift
public init(configurationRecorders: [ConfigurationRecorder]? = nil)
View on GitHub
DescribeConfigurationRecordersResponse Structure Reference