ListResourceRecordSetsResponse
public struct ListResourceRecordSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.
Declaration
Swift
public let isTruncated: Bool
-
The maximum number of records you requested.
Declaration
Swift
public let maxItems: String
-
Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type. For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
Declaration
Swift
public let nextRecordIdentifier: String?
-
If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.
Declaration
Swift
public let nextRecordName: String?
-
If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.
Declaration
Swift
public let nextRecordType: RRType?
-
Information about multiple resource record sets.
Declaration
Swift
public let resourceRecordSets: [ResourceRecordSet]
-
Undocumented
Declaration
Swift
public init(isTruncated: Bool, maxItems: String, nextRecordIdentifier: String? = nil, nextRecordName: String? = nil, nextRecordType: RRType? = nil, resourceRecordSets: [ResourceRecordSet])