UpdateResourceRequest
public struct UpdateResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The resource’s booking options to be updated.
Declaration
Swift
public let bookingOptions: BookingOptions?
-
The name of the resource to be updated.
Declaration
Swift
public let name: String?
-
The identifier associated with the organization for which the resource is updated.
Declaration
Swift
public let organizationId: String
-
The identifier of the resource to be updated.
Declaration
Swift
public let resourceId: String
-
Undocumented
Declaration
Swift
public init(bookingOptions: BookingOptions? = nil, name: String? = nil, organizationId: String, resourceId: String)
-
Declaration
Swift
public func validate(name: String) throws