DescribeRetentionConfigurationsRequest
public struct DescribeRetentionConfigurationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
A list of names of retention configurations for which you want details. If you do not specify a name, AWS Config returns details for all the retention configurations for that account. Currently, AWS Config supports only one retention configuration per region in your account.
Declaration
Swift
public let retentionConfigurationNames: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, retentionConfigurationNames: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws