GetResourceConfigHistoryRequest

public struct GetResourceConfigHistoryRequest : AWSShape
extension ConfigService.GetResourceConfigHistoryRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.

    Declaration

    Swift

    public let chronologicalOrder: ChronologicalOrder?
  • The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.

    Declaration

    Swift

    public let earlierTime: TimeStamp?
  • The time stamp that indicates a later time. If not specified, current time is taken.

    Declaration

    Swift

    public let laterTime: TimeStamp?
  • The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.

    Declaration

    Swift

    public let limit: Int?
  • 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?
  • The ID of the resource (for example., sg-xxxxxx).

    Declaration

    Swift

    public let resourceId: String
  • The resource type.

    Declaration

    Swift

    public let resourceType: ResourceType
  • Undocumented

    Declaration

    Swift

    public init(chronologicalOrder: ChronologicalOrder? = nil, earlierTime: TimeStamp? = nil, laterTime: TimeStamp? = nil, limit: Int? = nil, nextToken: String? = nil, resourceId: String, resourceType: ResourceType)
  • Declaration

    Swift

    public func validate(name: String) throws