RelatedResource
public struct RelatedResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Other information about the resource.
Declaration
Swift
public let additionalInfo: [String : String]? -
Information that identifies the resource.
Declaration
Swift
public let resourceIdentifier: ResourceIdentifier? -
The type of resource.
Declaration
Swift
public let resourceType: ResourceType? -
Undocumented
Declaration
Swift
public init(additionalInfo: [String : String]? = nil, resourceIdentifier: ResourceIdentifier? = nil, resourceType: ResourceType? = nil)
View on GitHub
RelatedResource Structure Reference