ResourceIdentifier
public struct ResourceIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time that the resource was deleted.
Declaration
Swift
public let resourceDeletionTime: TimeStamp? -
The ID of the resource (for example, sg-xxxxxx).
Declaration
Swift
public let resourceId: String? -
The custom name of the resource (if available).
Declaration
Swift
public let resourceName: String? -
The type of resource.
Declaration
Swift
public let resourceType: ResourceType? -
Undocumented
Declaration
Swift
public init(resourceDeletionTime: TimeStamp? = nil, resourceId: String? = nil, resourceName: String? = nil, resourceType: ResourceType? = nil)
View on GitHub
ResourceIdentifier Structure Reference