GetChangeRequest

public struct GetChangeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(id: String)
  • Declaration

    Swift

    public func validate(name: String) throws