Relationship
public struct Relationship : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of relationship with the related resource.
Declaration
Swift
public let relationshipName: String? -
The ID of the related resource (for example, sg-xxxxxx).
Declaration
Swift
public let resourceId: String? -
The custom name of the related resource, if available.
Declaration
Swift
public let resourceName: String? -
The resource type of the related resource.
Declaration
Swift
public let resourceType: ResourceType? -
Undocumented
Declaration
Swift
public init(relationshipName: String? = nil, resourceId: String? = nil, resourceName: String? = nil, resourceType: ResourceType? = nil)
View on GitHub
Relationship Structure Reference