CreateResourceRequest

public struct CreateResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The parent resource’s identifier.

    Declaration

    Swift

    public let parentId: String
  • The last path segment for this resource.

    Declaration

    Swift

    public let pathPart: String
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • Undocumented

    Declaration

    Swift

    public init(parentId: String, pathPart: String, restApiId: String)