CreateResourceRequest
public struct CreateResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the new resource.
Declaration
Swift
public let name: String
-
The identifier associated with the organization for which the resource is created.
Declaration
Swift
public let organizationId: String
-
The type of the new resource. The available types are equipment and room.
Declaration
Swift
public let type: ResourceType
-
Undocumented
Declaration
Swift
public init(name: String, organizationId: String, type: ResourceType)
-
Declaration
Swift
public func validate(name: String) throws