ResourceAttribute
public struct ResourceAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Type of resource.
Declaration
Swift
public let type: ResourceAttributeType -
Value of the resource type.
Declaration
Swift
public let value: String -
Undocumented
Declaration
Swift
public init(type: ResourceAttributeType, value: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ResourceAttribute Structure Reference