ResourceRecord
public struct ResourceRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the record.
Declaration
Swift
public let name: String?
-
The DNS record type.
Declaration
Swift
public let type: String?
-
The value for the DNS record.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, type: String? = nil, value: String? = nil)