BatchGetLinkAttributes
public struct BatchGetLinkAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of attribute names whose values will be retrieved.
Declaration
Swift
public let attributeNames: [String]
-
Allows a typed link specifier to be accepted as input.
Declaration
Swift
public let typedLinkSpecifier: TypedLinkSpecifier
-
Undocumented
Declaration
Swift
public init(attributeNames: [String], typedLinkSpecifier: TypedLinkSpecifier)
-
Declaration
Swift
public func validate(name: String) throws