ResourceKey
public struct ResourceKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the resource (for example., sg-xxxxxx).
Declaration
Swift
public let resourceId: String
-
The resource type.
Declaration
Swift
public let resourceType: ResourceType
-
Undocumented
Declaration
Swift
public init(resourceId: String, resourceType: ResourceType)
-
Declaration
Swift
public func validate(name: String) throws