DeleteResourceRequest
public struct DeleteResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The identifier of the Resource resource.
Declaration
Swift
public let resourceId: String
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
Undocumented
Declaration
Swift
public init(resourceId: String, restApiId: String)