DeleteConfigurationRecorderRequest

public struct DeleteConfigurationRecorderRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

    Declaration

    Swift

    public let configurationRecorderName: String
  • Undocumented

    Declaration

    Swift

    public init(configurationRecorderName: String)
  • Declaration

    Swift

    public func validate(name: String) throws